Skip to content

Commit a88cb29

Browse files
author
Alexander Nozdrin
committed
Manual merge from mysql-trunk.
Conflicts: - mysql-test/suite/ndb/r/ndb_dd_ddl.result
2 parents 9ef12dc + 0d9f6bc commit a88cb29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

309309
DROP USER mysqltest_u1@localhost;
310310
DROP USER mysqltest_u2@localhost;
311-
DROP DATABASE IF EXISTS mysqltest2;
311+
DROP DATABASE mysqltest2;
312312

313313
# -----------------------------------------------------------------
314314
# End 6.0 test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ ENGINE = NDB;
462462

463463
DROP USER mysqltest_u1@localhost;
464464
DROP USER mysqltest_u2@localhost;
465-
DROP DATABASE IF EXISTS mysqltest2;
465+
DROP DATABASE mysqltest2;
466466

467467
--echo
468468
--echo # -----------------------------------------------------------------

0 commit comments

Comments
 (0)