~ubuntu-branches/ubuntu/quantal/drizzle/quantal

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-02-14 12:40:34 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110214124034-eih75vcr64qt4db1
Tags: 2011.02.10-0ubuntu1
* New upstream release.
* Incorporated all patches upstream.
* Added unix-socket-protocol package. Disabled it by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
end_segment: true
31
31
 
32
32
 
 
33
COMMIT;
33
34
 
34
35
DROP TABLE t1_new_name;
35
36
SET GLOBAL transaction_log_truncate_debug= true;
127
128
end_segment: true
128
129
 
129
130
 
 
131
COMMIT;
130
132
 
131
133
DROP TABLE t1, t2;
132
134
SET GLOBAL transaction_log_truncate_debug= true;
224
226
end_segment: true
225
227
 
226
228
 
 
229
COMMIT;
227
230
 
228
231
DROP TABLE t1, t2;
229
232
SET GLOBAL transaction_log_truncate_debug= true;
262
265
end_segment: true
263
266
 
264
267
 
 
268
COMMIT;
265
269
 
266
270
SHOW CREATE TABLE t2;
267
271
Table   Create Table
307
311
end_segment: true
308
312
 
309
313
 
 
314
COMMIT;
310
315
 
311
316
DROP TABLE t1;
312
317
SET GLOBAL transaction_log_truncate_debug= true;
390
395
end_segment: true
391
396
 
392
397
 
 
398
COMMIT;
393
399
 
394
400
DROP TABLE t1;
395
401
SET GLOBAL transaction_log_truncate_debug= true;
426
432
end_segment: true
427
433
 
428
434
 
 
435
COMMIT;
429
436
 
430
437
DROP TABLE t1;
431
438
SET GLOBAL transaction_log_truncate_debug= true;
462
469
end_segment: true
463
470
 
464
471
 
 
472
COMMIT;
465
473
 
466
474
DROP TABLE t1;
467
475
SET GLOBAL transaction_log_truncate_debug= true;
498
506
end_segment: true
499
507
 
500
508
 
 
509
COMMIT;
501
510
 
502
511
DROP TABLE t1;
503
512
SET GLOBAL transaction_log_truncate_debug= true;
534
543
end_segment: true
535
544
 
536
545
 
 
546
COMMIT;
537
547
 
538
548
DROP TABLE t1;
539
549
SET GLOBAL transaction_log_truncate_debug= true;
570
580
end_segment: true
571
581
 
572
582
 
 
583
COMMIT;
573
584
 
574
585
DROP TABLE t1;
575
586
SET GLOBAL transaction_log_truncate_debug= true;
653
664
end_segment: true
654
665
 
655
666
 
 
667
COMMIT;
656
668
 
657
669
DROP TABLE t1;
658
670
SET GLOBAL transaction_log_truncate_debug= true;
691
703
end_segment: true
692
704
 
693
705
 
 
706
COMMIT;
694
707
 
695
708
ALTER TABLE t1 ENABLE KEYS ;
696
709
Warnings:
723
736
end_segment: true
724
737
 
725
738
 
 
739
COMMIT;
726
740
 
727
741
DROP TABLE t1;
728
742
SET GLOBAL transaction_log_truncate_debug= true;
759
773
end_segment: true
760
774
 
761
775
 
 
776
COMMIT;
762
777
 
763
778
ALTER TABLE t1 DROP INDEX b_key;
764
779
Check transaction_log_entries
789
804
end_segment: true
790
805
 
791
806
 
 
807
COMMIT;
792
808
 
793
809
DROP TABLE t1;
794
810
SET GLOBAL transaction_log_truncate_debug= true;
825
841
end_segment: true
826
842
 
827
843
 
 
844
COMMIT;
828
845
 
829
846
ALTER TABLE t1 DROP INDEX b_key;
830
847
Check transaction_log_entries
855
872
end_segment: true
856
873
 
857
874
 
 
875
COMMIT;
858
876
 
859
877
DROP TABLE t1;
860
878
SET GLOBAL transaction_log_truncate_debug= true;
951
969
end_segment: true
952
970
 
953
971
 
 
972
COMMIT;
954
973
 
955
974
DROP TABLE t1;
956
975
SET GLOBAL transaction_log_truncate_debug= true;
1034
1053
end_segment: true
1035
1054
 
1036
1055
 
 
1056
COMMIT;
1037
1057
 
1038
1058
DROP TABLE t1;
1039
1059
SET GLOBAL transaction_log_truncate_debug= true;
1070
1090
end_segment: true
1071
1091
 
1072
1092
 
 
1093
COMMIT;
1073
1094
 
1074
1095
SHOW CREATE TABLE t1;
1075
1096
Table   Create Table
1107
1128
end_segment: true
1108
1129
 
1109
1130
 
 
1131
COMMIT;
1110
1132
 
1111
1133
SHOW CREATE TABLE t1;
1112
1134
Table   Create Table
1150
1172
end_segment: true
1151
1173
 
1152
1174
 
 
1175
COMMIT;
1153
1176
 
1154
1177
SHOW CREATE TABLE t1;
1155
1178
Table   Create Table
1193
1216
end_segment: true
1194
1217
 
1195
1218
 
 
1219
COMMIT;
1196
1220
 
1197
1221
SHOW CREATE TABLE t1;
1198
1222
Table   Create Table
1291
1315
end_segment: true
1292
1316
 
1293
1317
 
 
1318
COMMIT;
1294
1319
 
1295
1320
SHOW CREATE TABLE t1;
1296
1321
Table   Create Table
1335
1360
end_segment: true
1336
1361
 
1337
1362
 
 
1363
COMMIT;
1338
1364
 
1339
1365
SHOW CREATE TABLE t1;
1340
1366
Table   Create Table
1437
1463
end_segment: true
1438
1464
 
1439
1465
 
 
1466
COMMIT;
1440
1467
 
1441
1468
CREATE TABLE t2(a INT NOT NULL, b INT , PRIMARY KEY(a), KEY b_key (b));
1442
1469
ALTER TABLE t2 ADD CONSTRAINT fk_constraint_t2 FOREIGN KEY(b) REFERENCES t1(b) ON DELETE SET NULL ON UPDATE CASCADE;
1468
1495
end_segment: true
1469
1496
 
1470
1497
 
 
1498
COMMIT;
1471
1499
 
1472
1500
ALTER TABLE t2 DROP FOREIGN KEY fk_constraint_t2 ;
1473
1501
Check transaction_log_entries
1498
1526
end_segment: true
1499
1527
 
1500
1528
 
 
1529
COMMIT;
1501
1530
 
1502
1531
DROP TABLE t2;
1503
1532
DROP TABLE t1;