diff options
Diffstat (limited to 'mysql-test/t/flush_table.test')
-rw-r--r-- | mysql-test/t/flush_table.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/t/flush_table.test b/mysql-test/t/flush_table.test new file mode 100644 index 00000000000..a4f12886120 --- /dev/null +++ b/mysql-test/t/flush_table.test @@ -0,0 +1,12 @@ +# TODO: Only run this if we have privilege to do flush table + +# +# Test of flush table +# + +#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; |