~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/randgen_queries.test

Merge Stewart - Fix bug 664222: DDL operations have an implicit commit
Merge Stewart - Fix bug #695201: autocommit=1 not resetting session->server_status properly when committing ongoing txn

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
--replace_column 1 ####.##.####
97
97
--sorted_result
98
98
select COUNT(*) from data_dictionary.tables;
99
 
 
 
99
COMMIT;
100
100
DROP TABLE t1;