~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/transaction_log_delete.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:
62
62
end_segment: true
63
63
 
64
64
 
 
65
COMMIT;
65
66
 
66
67
DROP TABLE t1;
67
68
SET GLOBAL transaction_log_truncate_debug= true;
121
122
end_segment: true
122
123
 
123
124
 
 
125
COMMIT;
124
126
 
125
127
DROP TABLE t1;
126
128
SET GLOBAL transaction_log_truncate_debug= true;
174
176
end_segment: true
175
177
 
176
178
 
 
179
COMMIT;
177
180
 
178
181
DROP TABLE t1;
179
182
SET GLOBAL transaction_log_truncate_debug= true;
227
230
end_segment: true
228
231
 
229
232
 
 
233
COMMIT;
230
234
 
231
235
DROP TABLE t1;
232
236
SET GLOBAL transaction_log_truncate_debug= true;
286
290
end_segment: true
287
291
 
288
292
 
 
293
COMMIT;
289
294
 
290
295
DROP TABLE t1;
291
296
SET GLOBAL transaction_log_truncate_debug= true;
357
362
end_segment: true
358
363
 
359
364
 
 
365
COMMIT;
360
366
 
361
367
DROP TABLE t2;
362
368
DROP TABLE t1;
431
437
end_segment: true
432
438
 
433
439
 
 
440
COMMIT;
434
441
 
435
442
DROP TABLE t2;
436
443
DROP TABLE t1;
564
571
end_segment: true
565
572
 
566
573
 
 
574
COMMIT;
567
575
 
568
576
DROP TABLE t2;
569
577
DROP TABLE t1;
623
631
end_segment: true
624
632
 
625
633
 
 
634
COMMIT;
626
635
 
627
636
DROP TABLE t1;
628
637
SET GLOBAL transaction_log_truncate_debug= true;
708
717
end_segment: true
709
718
 
710
719
 
 
720
COMMIT;
711
721
 
712
722
DROP TABLE t1;
713
723
SET GLOBAL transaction_log_truncate_debug= true;
826
836
end_segment: true
827
837
 
828
838
 
 
839
COMMIT;
829
840
 
830
841
DROP TABLE t1;
831
842
SET GLOBAL transaction_log_truncate_debug= true;