mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
if exists should not be used inside test
removed influence of some tests on other tests mysql-test/r/multi_update.result: removed influence on other tests mysql-test/r/subselect.result: if exists should not be used inside test mysql-test/t/multi_update.test: removed influence on other tests mysql-test/t/subselect.test: if exists should not be used inside test mysql-test/t/system_mysql_db_fix.test: removed influence on other tests
This commit is contained in:
@ -74,5 +74,9 @@ DROP TABLE user;
|
||||
DROP TABLE func;
|
||||
DROP TABLE tables_priv;
|
||||
DROP TABLE columns_priv;
|
||||
DROP TABLE help_category;
|
||||
DROP TABLE help_keyword;
|
||||
DROP TABLE help_relation;
|
||||
DROP TABLE help_topic;
|
||||
|
||||
-- enable_query_log
|
||||
|
Reference in New Issue
Block a user