~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: 2008-12-19 00:55:16 UTC
  • Revision ID: brian@tangent.org-20081219005516-voms9zrgj0vbemgn
Adding back in the rest of the tests for flush. One note... we have not kill
points so we do not have a test for killing a lock (though it does work by
hand).

Show diffs side-by-side

added added

removed removed

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