Skip to content

Commit 0d9f6bc

Browse files
author
Alexander Nozdrin
committed
Fix ndb_dd_ddl.test: drop created database after use.
1 parent fc5e9a4 commit 0d9f6bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mysql-test/suite/ndb/r/ndb_dd_ddl.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ ENGINE = NDB;
308308

309309
DROP USER mysqltest_u1@localhost;
310310
DROP USER mysqltest_u2@localhost;
311+
DROP DATABASE mysqltest2;
311312

312313
# -----------------------------------------------------------------
313314
# End 6.0 test

mysql-test/suite/ndb/t/ndb_dd_ddl.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ ENGINE = NDB;
463463
DROP USER mysqltest_u1@localhost;
464464
DROP USER mysqltest_u2@localhost;
465465

466+
DROP DATABASE mysqltest2;
467+
466468
--echo
467469
--echo # -----------------------------------------------------------------
468470
--echo # End 6.0 test

0 commit comments

Comments
 (0)