remove extraneous statement from the test

This commit is contained in:
Sergei Golubchik 2013-06-16 17:26:27 +02:00
parent e53b603f7c
commit bae5b92ae6
2 changed files with 0 additions and 4 deletions

View File

@ -83,8 +83,6 @@ t0.ARZ
select * from t0;
a
flush tables;
select * from t1;
ERROR 42S02: Table 'test.t1' doesn't exist
drop table t0;
show status like 'Handler_discover';
Variable_name Value

View File

@ -72,8 +72,6 @@ drop table t1;
select * from t0;
remove_file $mysqld_datadir/test/t0.ARZ;
flush tables;
--error ER_NO_SUCH_TABLE
select * from t1;
drop table t0;
--list_files $mysqld_datadir/test
show status like 'Handler_discover';