~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-03-03 05:02:36 UTC
  • mfrom: (1309.2.19 build)
  • Revision ID: brian@gaz-20100303050236-y7dotibgwks12gyp
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CREATE DATABASE test1;
2
2
DROP DATABASE test1;
3
3
START TRANSACTION;
4
 
CREATE DATABASE test1;
 
4
CREATE SCHEMA `test1` COLLATE utf8_general_ci;
5
5
COMMIT;
6
6
START TRANSACTION;
7
7
DROP DATABASE test1;