~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/transaction_log_drop.result

  • Committer: Stewart Smith
  • Date: 2011-02-07 08:29:23 UTC
  • mto: (2154.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: stewart@flamingspork.com-20110207082923-li4wy2hne4mnnych
be sure to start a transaction with a startTransaction call on the first statement when autocommit is OFF. The only statements that DO NOT do this are a) DDL and b) SELECT without a table (e.g. SELECT DATABASE() and SHOW STATUS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
end_segment: true
37
37
 
38
38
 
 
39
COMMIT;
39
40
 
40
41
SET GLOBAL transaction_log_truncate_debug= true;
41
42
 
150
151
end_segment: true
151
152
 
152
153
 
 
154
COMMIT;
153
155
 
154
156
SET GLOBAL transaction_log_truncate_debug= true;
155
157