mariadb/mysql-test/t/flush_table.test
2002-08-30 21:32:59 +03:00

13 lines
275 B
Text

# TODO: Only run this if we have privilege to do flush table
#
# Test of flush table
#
#drop table if exists t1;
#create table t1 (a int not null auto_increment primary key);
#insert into t1 values(0);
#lock table t1 read;
#flush table t1;
#check table t1;
#drop table t1;