~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/flush_block_commit_notembedded.result

  • Committer: Brian Aker
  • Date: 2009-01-21 10:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090121104003-3mtckw9gt5li6kiy
Remove show master bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
set autocommit=0;
3
3
insert t1 values (1);
4
4
flush tables with read lock;
5
 
show master status;
6
 
File    Position
7
 
master-bin.000001       107
8
5
commit;
9
 
show master status;
10
 
File    Position
11
 
master-bin.000001       107
12
6
unlock tables;
13
7
drop table t1;
14
8
set autocommit=1;