diff options
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r-- | mysql-test/r/mysqlcheck.result | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result index c664932f2bb..b8ada0adff9 100644 --- a/mysql-test/r/mysqlcheck.result +++ b/mysql-test/r/mysqlcheck.result @@ -1,7 +1,6 @@ +DROP TABLE IF EXISTS t1; +drop view if exists v1; drop database if exists client_test_db; -DROP SCHEMA test; -CREATE SCHEMA test; -use test; mysql.columns_priv OK mysql.db OK mysql.event OK |