%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/mysql/4.0/mysql-test/r/
Upload File :
Create Path :
Current File : /home/rs/mysql/4.0/mysql-test/r/flush_block_commit.result

drop table if exists t1;
create table t1 (a int) type=innodb;
begin;
insert into t1 values(1);
flush tables with read lock;
select * from t1;
a
 commit;
select * from t1;
a
unlock tables;
begin;
select * from t1 for update;
a
1
begin;
 select * from t1 for update;
 flush tables with read lock;
commit;
a
1
unlock tables;
commit;
begin;
insert into t1 values(10);
flush tables with read lock;
commit;
unlock tables;
flush tables with read lock;
unlock tables;
drop table t1;

Zerion Mini Shell 1.0