Skip to content

Commit d5db645

Browse files
author
Luis Soares
committed
Automerge from mysql-next-mr.
2 parents f7ebf26 + 68ac1c9 commit d5db645

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

configure.in

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

31513151
AC_OUTPUT
31523152

3153-
echo
3154-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
3155-
echo "latest release, upcoming features, and other information to make your"
3156-
echo "work or play with MySQL more productive. There you can also find"
3157-
echo "information about mailing lists for MySQL discussion."
3158-
echo
3159-
echo "Remember to check the platform specific part of the reference manual for"
3160-
echo "hints about installing MySQL on your platform. Also have a look at the"
3161-
echo "files in the Docs directory."
3162-
echo
3163-
# The following text is checked in ./Do-compile to verify that configure
3153+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
31643154
# ended sucessfully - don't remove it.
3155+
echo
31653156
echo "Thank you for choosing MySQL!"
31663157
echo
3158+
echo "Remember to check the platform specific part of the reference manual"
3159+
echo "for hints about installing MySQL on your platform."
3160+
echo "Also have a look at the files in the Docs directory."
3161+
echo

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/disabled.def

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#
1111
##############################################################################
1212

13-
ndb_partition_error2 : Bug#40989 ndb_partition_error2 needs maintenance
13+
ndb_partition_error2 : Bug#40989 ndb_partition_error2 needs maintenance
14+
ndb_condition_pushdown : Bug#49746 2010-02-08 alik ndb_condition_pushdown fails in mysql-next-mr
15+
1416

1517
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open

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 # -----------------------------------------------------------------

mysql-test/suite/rpl/r/rpl_stm_implicit_commit_binlog.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Log_name Pos Event_type Server_id End_log_pos Info
213213
master-bin.000001 # Query # # BEGIN
214214
master-bin.000001 # Query # # use `test`; INSERT INTO tt_1(ddl_case) VALUES (26)
215215
master-bin.000001 # Xid # # COMMIT /* XID */
216-
master-bin.000001 # Query # # use `test`; ALTER DEFINER=`root`@`localhost` EVENT evt COMMENT 'evt'
216+
master-bin.000001 # Query # # use `test`; ALTER EVENT evt COMMENT 'evt'
217217
-e-e-e-e-e-e-e-e-e-e-e- >> << -e-e-e-e-e-e-e-e-e-e-e-
218218

219219
-b-b-b-b-b-b-b-b-b-b-b- >> << -b-b-b-b-b-b-b-b-b-b-b-

mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_partitions.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ id hex(b1) vc bc d f total y t
524524
--- Check Update on slave ---
525525
SELECT id,hex(b1),vc,bc,d,f,total,y,t FROM t1 WHERE id = 412;
526526
id hex(b1) vc bc d f total y t
527-
412 1 Testing MySQL databases is a cool Must make it bug free for the customer 654321.4321 15.21 0 1965 2005-11-14
527+
412 0 Testing MySQL databases is a cool Must make it bug free for the customer 654321.4321 15.21 0 1965 2006-02-22
528528
--- Remove a record from t1 on master ---
529529
DELETE FROM t1 WHERE id = 42;
530530
--- Show current count on master for t1 ---

0 commit comments

Comments
 (0)