~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to sql-bench/Comments/Informix.crash-me

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*****************************************************************
 
2
NOTE:
 
3
I, Monty, pulled this comment out from the public mail I got from
 
4
Honza when he published the first crash-me run on Informix
 
5
*****************************************************************
 
6
 
 
7
Also attached are diffs from server-cfg and crash-me -- some of
 
8
them are actual bugs in the code, some add extensions for Informix,
 
9
some of the comment-outs were necessary to finish the test. Some of
 
10
the problematic pieces that are commented out sent Informix to
 
11
veeeery long load 1 on the machine (max_conditions for example), so
 
12
could be considered crashes, but I'd prefer that someone checks the
 
13
code before giving out such a conclusion.
 
14
 
 
15
Some of the code that is commented out failed with some other SQL
 
16
error message which might mean a problem with the sequence of commands
 
17
in crash-me. Interesting thing, some of the tests failed for the
 
18
first time but in the next or third run went OK, so the results are
 
19
results of more iterations (like column doesn't exist in the first
 
20
try but the second pass goes OK).
 
21
 
 
22
I'd like to hear your comments on the bug fixes and Informix specific
 
23
code before we go into debugging the problems.
 
24
 
 
25
Yours,
 
26
 Honza Pazdziora