~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush_block_commit_notembedded.test

  • Committer: Brian Aker
  • Date: 2009-01-20 00:07:41 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090120000741-80fu3j331ak04ayt
Remove first pas Repication

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# FLUSH TABLES WITH READ LOCK should block writes to binlog too
16
16
connection con1;
17
17
create table t1 (a int) engine=innodb;
18
 
reset master;
19
18
set autocommit=0;
20
19
insert t1 values (1);
21
20
connection con2;