From: Bjorn Munch Date: March 18 2011 2:48pm Subject: bzr push into mysql-5.5-mtr branch (bjorn.munch:3183 to 3184) List-Archive: http://lists.mysql.com/commits/133326 Message-Id: <201103181448.p2IEmEg0005695@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3184 Bjorn Munch 2011-03-18 [merge] upmerge 11885854 modified: client/mysqltest.cc 3183 Bjorn Munch 2011-03-15 [merge] upmerge 11762804 added: mysql-test/include/not_crashrep.inc modified: mysql-test/suite/binlog/t/binlog_index.test mysql-test/suite/innodb/t/innodb_bug53756.test mysql-test/suite/rpl/t/rpl_sync.test mysql-test/t/crash_commit_before.test mysql-test/t/myisam_crash_before_flush_keys.test === modified file 'client/mysqltest.cc' --- a/client/mysqltest.cc 2011-01-26 18:33:53 +0000 +++ b/client/mysqltest.cc 2011-03-18 14:42:58 +0000 @@ -8334,13 +8334,15 @@ int main(int argc, char **argv) } var_set_string("MYSQLTEST_FILE", cur_file->file_name); init_re(); + + /* Cursor protcol implies ps protocol */ + if (cursor_protocol) + ps_protocol= 1; + ps_protocol_enabled= ps_protocol; sp_protocol_enabled= sp_protocol; view_protocol_enabled= view_protocol; cursor_protocol_enabled= cursor_protocol; - /* Cursor protcol implies ps protocol */ - if (cursor_protocol_enabled) - ps_protocol_enabled= 1; st_connection *con= connections; #ifdef EMBEDDED_LIBRARY No bundle (reason: useless for push emails).