mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
remove extraneous statement from the test
This commit is contained in:
@@ -83,8 +83,6 @@ t0.ARZ
|
|||||||
select * from t0;
|
select * from t0;
|
||||||
a
|
a
|
||||||
flush tables;
|
flush tables;
|
||||||
select * from t1;
|
|
||||||
ERROR 42S02: Table 'test.t1' doesn't exist
|
|
||||||
drop table t0;
|
drop table t0;
|
||||||
show status like 'Handler_discover';
|
show status like 'Handler_discover';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
|
@@ -72,8 +72,6 @@ drop table t1;
|
|||||||
select * from t0;
|
select * from t0;
|
||||||
remove_file $mysqld_datadir/test/t0.ARZ;
|
remove_file $mysqld_datadir/test/t0.ARZ;
|
||||||
flush tables;
|
flush tables;
|
||||||
--error ER_NO_SUCH_TABLE
|
|
||||||
select * from t1;
|
|
||||||
drop table t0;
|
drop table t0;
|
||||||
--list_files $mysqld_datadir/test
|
--list_files $mysqld_datadir/test
|
||||||
show status like 'Handler_discover';
|
show status like 'Handler_discover';
|
||||||
|
Reference in New Issue
Block a user