From: Nirbhay Choubey Date: July 13 2012 11:57am Subject: bzr push into mysql-5.6 branch (nirbhay.choubey:4024 to 4025) List-Archive: http://lists.mysql.com/commits/144444 Message-Id: <20120713115700.27200.78379.4025@Nirbhay-lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4025 Nirbhay Choubey 2012-07-13 Fix for a compiler warning. modified: client/mysqldump.c 4024 Hemant Kumar 2012-07-13 After discussion with Calvin and Mattias, adding big test option for these tests- -mysql-test/suite/innodb/t/innodb_bug11766634.test -mysql-test/suite/innodb/t/innodb_bug52663.test -mysql-test/suite/parts/t/partition_debug_myisam.test -mysql-test/suite/parts/t/partition_decimal_myisam.test -mysql-test/suite/parts/t/partition_int_myisam.test -mysql-test/t/index_merge_innodb.test modified: mysql-test/suite/innodb/t/innodb_bug11766634.test mysql-test/suite/innodb/t/innodb_bug52663.test mysql-test/suite/parts/t/partition_debug_myisam.test mysql-test/suite/parts/t/partition_decimal_myisam.test mysql-test/suite/parts/t/partition_int_myisam.test mysql-test/t/index_merge_innodb.test === modified file 'client/mysqldump.c' --- a/client/mysqldump.c 2012-07-04 14:50:24 +0000 +++ b/client/mysqldump.c 2012-07-13 11:54:29 +0000 @@ -4810,7 +4810,7 @@ static int add_slave_statements(void) static int do_show_slave_status(MYSQL *mysql_con) { - MYSQL_RES *slave; + MYSQL_RES *slave= NULL; const char *comment_prefix= (opt_slave_data == MYSQL_OPT_SLAVE_DATA_COMMENTED_SQL) ? "-- " : ""; if (mysql_query_with_error_report(mysql_con, &slave, "SHOW SLAVE STATUS")) No bundle (reason: useless for push emails).