~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/filtered_replicator/tests/r/var_schemaregex.result

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
We should only see the 'bar' schema in the log
14
14
 
15
 
START TRANSACTION;
 
15
SET AUTOCOMMIT=0;
16
16
CREATE SCHEMA `bar` COLLATE utf8_general_ci;
17
17
COMMIT;
18
 
START TRANSACTION;
 
18
SET AUTOCOMMIT=0;
19
19
DROP SCHEMA `bar`;
20
20
COMMIT;
21
21
SET GLOBAL transaction_log_truncate_debug= true;