From bae5b92ae6bb15110f87fab3de5859c498330bc2 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 16 Jun 2013 17:26:27 +0200 Subject: [PATCH] remove extraneous statement from the test --- mysql-test/suite/archive/discover.result | 2 -- mysql-test/suite/archive/discover.test | 2 -- 2 files changed, 4 deletions(-) diff --git a/mysql-test/suite/archive/discover.result b/mysql-test/suite/archive/discover.result index 440209643f3..dc71eca8a40 100644 --- a/mysql-test/suite/archive/discover.result +++ b/mysql-test/suite/archive/discover.result @@ -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 diff --git a/mysql-test/suite/archive/discover.test b/mysql-test/suite/archive/discover.test index d8214ddaa07..c0f7c31725b 100644 --- a/mysql-test/suite/archive/discover.test +++ b/mysql-test/suite/archive/discover.test @@ -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';