flush_table.test
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # TODO: Only run this if we have privilege to do flush table
  2. #
  3. # Test of flush table
  4. #
  5. #create table t1 (a int not null auto_increment primary key);
  6. #insert into t1 values(0);
  7. #lock table t1 read;
  8. #flush table t1;
  9. #check table t1;
  10. #drop table t1;