~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/sql-bench/Comments/interbase

  • Committer: Andrew Hutchings
  • Date: 2011-06-13 17:29:43 UTC
  • mfrom: (2331 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2332.
  • Revision ID: andrew@linuxjedi.co.uk-20110613172943-y3gig2cyg4p2a0tq
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Running crash-me on Interbase:
 
2
I
 
3
-  got opensource version of interbase 6.0.1
 
4
   (both mode, classic and superserver),
 
5
-  set up DBD::InterBase from cpan,
 
6
-  created database "test" and set sql_dialect for that database to 3
 
7
-  executed crash-me for both interbase's models (classic and superserver).
 
8
 
 
9
There were some problems during the execution:
 
10
1) Sometimes client side got SIGSEGV , At that moment server side
 
11
   writes
 
12
        gds__alloc: non-positive size allocation request
 
13
  to log file.
 
14
  This problem has both models. I am not shure if it's interbase or
 
15
  DBD:InterBase problem (though DBD::InterBase made all nesessary
 
16
  tests during the installation without any problem)
 
17
 
 
18
2) In "superserver" mode ibserver several times died (and ibguard restarted it)