Fix ndb_dd_ddl.test: drop created database after use.
This commit is contained in:
parent
fc5e9a4a54
commit
0d9f6bccd3
@ -308,6 +308,7 @@ ENGINE = NDB;
|
||||
|
||||
DROP USER mysqltest_u1@localhost;
|
||||
DROP USER mysqltest_u2@localhost;
|
||||
DROP DATABASE mysqltest2;
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# End 6.0 test
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user