~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/innodb_bug51920.result

Merge Revision revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6925 from MySQL InnoDB

Original revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6925

Also fix wait_condition for drizzle, and queries in the test.

Original Authors: mmakela
Original commit message:
branches/zip: Merge revisions 6921:6924 from branches/5.1:

  ------------------------------------------------------------------------
  r6924 | mmakela | 2010-03-31 15:28:25 +0300 (Wed, 31 Mar 2010) | 1 line
  Changed paths:
     M /branches/5.1/mysql-test/innodb_bug51920.test

  branches/5.1: innodb_bug51920.test: Fix a race condition.
  ------------------------------------------------------------------------

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
UPDATE bug51920 SET i=2;
8
8
SET @thread_id= ID;
9
9
KILL @thread_id;
10
 
SELECT COUNT(*)=0 FROM data_dictionary.processlist WHERE ID=@thread_id;
11
 
COUNT(*)=0
12
 
0
13
 
Executed the test condition 2 times
14
10
Got one of the listed errors
15
11
DROP TABLE bug51920;