From: Astha Pareek Date: August 10 2012 9:51am Subject: bzr push into mysql-trunk branch (astha.pareek:4217 to 4218) List-Archive: http://lists.mysql.com/commits/144543 Message-Id: <20120810095110.14850.97123.4218@astha-ThinkPad-T420> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4218 Astha Pareek 2012-08-10 [merge] upmerge from mysql-5.6 => mysql-trunk modified: mysql-test/suite/large_tests/r/rpl_slave_net_timeout.result mysql-test/suite/large_tests/t/rpl_slave_net_timeout.test 4217 Jimmy Yang 2012-08-10 [merge] Merge from mysql-5.6 to mysql-trunk modified: storage/innobase/handler/ha_innodb.cc storage/innobase/include/row0mysql.h storage/innobase/row/row0sel.cc === modified file 'mysql-test/suite/large_tests/r/rpl_slave_net_timeout.result' --- a/mysql-test/suite/large_tests/r/rpl_slave_net_timeout.result 2011-11-21 09:59:30 +0000 +++ b/mysql-test/suite/large_tests/r/rpl_slave_net_timeout.result 2012-08-10 09:39:26 +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 @save_general_log = @@global.general_log; set @save_log_output = @@global.log_output; @@ -12,8 +12,8 @@ include/stop_slave.inc change master to master_host = '127.0.0.1',master_port = MASTER_PORT, master_user = 'root', master_heartbeat_period = 0; 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. set @@global.slave_net_timeout = @@global.net_read_timeout * 2; include/start_slave.inc include/stop_slave.inc === modified file 'mysql-test/suite/large_tests/t/rpl_slave_net_timeout.test' --- a/mysql-test/suite/large_tests/t/rpl_slave_net_timeout.test 2011-03-17 10:31:42 +0000 +++ b/mysql-test/suite/large_tests/t/rpl_slave_net_timeout.test 2012-08-10 09:39:26 +0000 @@ -33,7 +33,8 @@ connection slave; # slave.net_read_timeout < slave_net_timeout # won't cause reconnecting by the slave within at least # slave_net_timeout interval. ---replace_result $MASTER_MYPORT MASTER_PORT +--replace_result $MASTER_MYPORT MASTER_PORT +--replace_column 2 #### eval change master to master_host = '127.0.0.1',master_port = $MASTER_MYPORT, master_user = 'root', master_heartbeat_period = 0; No bundle (reason: useless for push emails).