1
0
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:
Alexander Nozdrin
2010-02-09 13:10:36 +03:00
parent 5d115bbe0c
commit 06ce01bace
2 changed files with 3 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ ENGINE = NDB;
DROP USER mysqltest_u1@localhost;
DROP USER mysqltest_u2@localhost;
DROP DATABASE mysqltest2;
# -----------------------------------------------------------------
# End 6.0 test

View File

@@ -463,6 +463,8 @@ ENGINE = NDB;
DROP USER mysqltest_u1@localhost;
DROP USER mysqltest_u2@localhost;
DROP DATABASE mysqltest2;
--echo
--echo # -----------------------------------------------------------------
--echo # End 6.0 test