mirror of
https://github.com/MariaDB/server.git
synced 2025-10-21 08:47:42 +03:00
Fix ndb_dd_ddl.test: drop created database after use.
This commit is contained in:
@@ -308,6 +308,7 @@ ENGINE = NDB;
|
|||||||
|
|
||||||
DROP USER mysqltest_u1@localhost;
|
DROP USER mysqltest_u1@localhost;
|
||||||
DROP USER mysqltest_u2@localhost;
|
DROP USER mysqltest_u2@localhost;
|
||||||
|
DROP DATABASE mysqltest2;
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# End 6.0 test
|
# End 6.0 test
|
||||||
|
@@ -463,6 +463,8 @@ ENGINE = NDB;
|
|||||||
DROP USER mysqltest_u1@localhost;
|
DROP USER mysqltest_u1@localhost;
|
||||||
DROP USER mysqltest_u2@localhost;
|
DROP USER mysqltest_u2@localhost;
|
||||||
|
|
||||||
|
DROP DATABASE mysqltest2;
|
||||||
|
|
||||||
--echo
|
--echo
|
||||||
--echo # -----------------------------------------------------------------
|
--echo # -----------------------------------------------------------------
|
||||||
--echo # End 6.0 test
|
--echo # End 6.0 test
|
||||||
|
Reference in New Issue
Block a user