~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mysql-test/suite/falcon/t/falcon_bugs2.test

auto-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
 
513
513
# Final cleanup
514
514
connection default;
515
 
DROP TABLE t1;
 
515
send DROP TABLE t1;
 
516
connection con1;
 
517
COMMIT;
 
518
connection default;
 
519
--reap
516
520
--disconnect con1
517
521
 
518
522
#
539
543
 
540
544
connection con1;
541
545
SELECT * FROM t1;
 
546
COMMIT;
 
547
 
 
548
connection default;
 
549
COMMIT;
542
550
 
543
551
# Final cleanup
544
552
DROP TABLE t1;