From: magnus.blaudd Date: April 19 2012 11:38am Subject: bzr push into mysql-trunk-cluster branch (magnus.blaudd:3476 to 3477) WL#6224 List-Archive: http://lists.mysql.com/commits/143500 Message-Id: <201204191138.q3JBcF8v015290@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3477 magnus.blaudd@stripped 2012-04-19 WL#6224 Adapt MySQL Cluster to 5.6 - Update .result files for rpl_ndb since rpl_change_topology.inc now masks out the warning number in the warnings produced by CHANGE MASTER modified: mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result mysql-test/suite/rpl_ndb/r/rpl_ndb_dist_priv.result mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_master.result mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_slave.result mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result mysql-test/suite/rpl_ndb/r/rpl_ndb_mixed_implicit_commit_binlog.result mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result mysql-test/suite/rpl_ndb/r/rpl_ndb_not_null.result mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result mysql-test/suite/rpl_ndb/r/rpl_ndb_row_basic.result mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_all.result mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_lossy.result mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_nonlossy.result mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_strict.result 3476 magnus.blaudd@stripped 2012-04-19 Cherrypick fix for binlog_multi_engine from trunk modified: mysql-test/suite/binlog/r/binlog_multi_engine.result === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] DROP PROCEDURE IF EXISTS test.p1; DROP TABLE IF EXISTS test.t1; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] DROP TABLE IF EXISTS test.t1; DROP TABLE IF EXISTS test.t2; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] CREATE TABLE t1 (a INT) ENGINE=NDB; begin; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] -------- switch to master ------- === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] create table t1 (a int, b int) engine=NDB; insert into t1 values(1,1); === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_dist_priv.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_dist_priv.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_dist_priv.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] call mysql.mysql_cluster_move_privileges(); select mysql.mysql_cluster_privileges_are_distributed(); === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_master.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_master.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_master.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] set binlog_format=row; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_slave.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_slave.result 2012-02-23 12:37:59 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_extra_col_slave.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] call mtr.add_suppression("Slave: Unknown table 'test.t6' Error_code: 1051"); call mtr.add_suppression("Slave SQL.*Column [0-9] of table .test.t[0-9]*. cannot be converted from type.* Error_code: 1677"); === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] CALL mtr.add_suppression('Statement may not be safe to log in statement format.'); DROP FUNCTION IF EXISTS test.f1; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] CREATE TABLE t1 ( a int unsigned not null auto_increment primary key, === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_mixed_implicit_commit_binlog.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_mixed_implicit_commit_binlog.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_mixed_implicit_commit_binlog.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] ######################################################################### # CONFIGURATION === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] drop table if exists t1,t2; CREATE TABLE t1 ( === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] -------- Test for BUG#9361 -------- === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_not_null.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_not_null.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_not_null.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] SET SQL_LOG_BIN= 0; CREATE TABLE t1(`a` INT, `b` DATE DEFAULT NULL, === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result 2012-03-28 18:48:25 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] stop slave; create table t1 (a int) engine=NDB; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] CREATE TABLE t1 (word CHAR(20) NOT NULL); LOAD DATA INFILE 'LOAD_FILE' INTO TABLE t1; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_row_basic.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_row_basic.result 2012-03-28 18:48:25 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_row_basic.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] CREATE TABLE t1 (C1 CHAR(1), C2 CHAR(1), INDEX (C1)) ENGINE = 'NDB' ; SELECT * FROM t1; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] DROP PROCEDURE IF EXISTS test.p1; DROP PROCEDURE IF EXISTS test.p2; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result 2012-03-28 18:48:25 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] DROP TABLE IF EXISTS t1; DROP TABLE IF EXISTS t2; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] DROP TRIGGER test.t1_bi_t2; DROP TABLE IF EXISTS test.t1; === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_all.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_all.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_all.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] set @saved_slave_type_conversions = @@global.slave_type_conversions; CREATE TABLE type_conversions ( === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_lossy.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_lossy.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_lossy.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] set @saved_slave_type_conversions = @@global.slave_type_conversions; CREATE TABLE type_conversions ( === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_nonlossy.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_nonlossy.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_nonlossy.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] set @saved_slave_type_conversions = @@global.slave_type_conversions; CREATE TABLE type_conversions ( === modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_strict.result' --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_strict.result 2012-01-04 20:25:40 +0000 +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_typeconv_strict.result 2012-04-19 11:37:10 +0000 @@ -1,7 +1,7 @@ include/master-slave.inc Warnings: -Note 1756 Sending passwords in plain text without SSL/TLS is extremely insecure. -Note 1757 Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. +Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. +Note #### Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives. [connection master] set @saved_slave_type_conversions = @@global.slave_type_conversions; CREATE TABLE type_conversions ( No bundle (reason: useless for push emails).