Auto-merge from mysql-trunk.
This commit is contained in:
commit
b3e01b6da8
17
configure.in
17
configure.in
@ -2952,17 +2952,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
|
|||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo
|
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
|
||||||
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
|
|
||||||
echo "latest release, upcoming features, and other information to make your"
|
|
||||||
echo "work or play with MySQL more productive. There you can also find"
|
|
||||||
echo "information about mailing lists for MySQL discussion."
|
|
||||||
echo
|
|
||||||
echo "Remember to check the platform specific part of the reference manual for"
|
|
||||||
echo "hints about installing MySQL on your platform. Also have a look at the"
|
|
||||||
echo "files in the Docs directory."
|
|
||||||
echo
|
|
||||||
# The following text is checked in ./Do-compile to verify that configure
|
|
||||||
# ended sucessfully - don't remove it.
|
# ended sucessfully - don't remove it.
|
||||||
|
echo
|
||||||
echo "Thank you for choosing MySQL!"
|
echo "Thank you for choosing MySQL!"
|
||||||
echo
|
echo
|
||||||
|
echo "Remember to check the platform specific part of the reference manual"
|
||||||
|
echo "for hints about installing MySQL on your platform."
|
||||||
|
echo "Also have a look at the files in the Docs directory."
|
||||||
|
echo
|
||||||
|
@ -308,6 +308,7 @@ ENGINE = NDB;
|
|||||||
|
|
||||||
DROP USER mysqltest_u1@localhost;
|
DROP USER mysqltest_u1@localhost;
|
||||||
DROP USER mysqltest_u2@localhost;
|
DROP USER mysqltest_u2@localhost;
|
||||||
|
DROP DATABASE mysqltest2;
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# End 6.0 test
|
# End 6.0 test
|
||||||
|
@ -463,6 +463,8 @@ ENGINE = NDB;
|
|||||||
DROP USER mysqltest_u1@localhost;
|
DROP USER mysqltest_u1@localhost;
|
||||||
DROP USER mysqltest_u2@localhost;
|
DROP USER mysqltest_u2@localhost;
|
||||||
|
|
||||||
|
DROP DATABASE mysqltest2;
|
||||||
|
|
||||||
--echo
|
--echo
|
||||||
--echo # -----------------------------------------------------------------
|
--echo # -----------------------------------------------------------------
|
||||||
--echo # End 6.0 test
|
--echo # End 6.0 test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user