Skip to content

Commit b4c213c

Browse files
author
Alexander Nozdrin
committed
Auto-merge from mysql-trunk.
2 parents 2d9ce60 + 0d9f6bc commit b4c213c

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

configure.in

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2952,17 +2952,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
29522952

29532953
AC_OUTPUT
29542954

2955-
echo
2956-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
2957-
echo "latest release, upcoming features, and other information to make your"
2958-
echo "work or play with MySQL more productive. There you can also find"
2959-
echo "information about mailing lists for MySQL discussion."
2960-
echo
2961-
echo "Remember to check the platform specific part of the reference manual for"
2962-
echo "hints about installing MySQL on your platform. Also have a look at the"
2963-
echo "files in the Docs directory."
2964-
echo
2965-
# The following text is checked in ./Do-compile to verify that configure
2955+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
29662956
# ended sucessfully - don't remove it.
2957+
echo
29672958
echo "Thank you for choosing MySQL!"
29682959
echo
2960+
echo "Remember to check the platform specific part of the reference manual"
2961+
echo "for hints about installing MySQL on your platform."
2962+
echo "Also have a look at the files in the Docs directory."
2963+
echo

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)