~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/innodb_trx_weight.inc

  • Committer: Brian Aker
  • Date: 2010-01-22 00:53:13 UTC
  • Revision ID: brian@gaz-20100122005313-jmizcbcdi1lt4tcx
Revert db patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
-- if ($con1_extra_sql_present) {
8
8
        -- eval $con1_extra_sql
9
9
-- }
 
10
-- if ($con1_extra_sql2_present) {
 
11
        -- eval $con1_extra_sql2
 
12
-- }
10
13
 
11
14
-- connection con2
12
15
SET autocommit=0;
25
28
        ROLLBACK;
26
29
 
27
30
        -- connection con1
28
 
        -- error ER_LOCK_DEADLOCK
29
31
        -- reap
30
32
-- }
31
33
# else
39
41
        ROLLBACK;
40
42
 
41
43
        -- connection con2
42
 
        -- error ER_LOCK_DEADLOCK
43
44
        -- reap
44
45
-- }
45
46
 
46
47
-- connection default
47
48
 
48
 
DELETE FROM t5_nontrans;
 
49
DROP TABLE t5_nontrans;
 
50
CREATE TABLE t5_nontrans (a INT) ENGINE=ARCHIVE;
49
51
 
50
52
-- disconnect con1
51
53
-- disconnect con2