From: Bjorn Munch Date: March 18 2011 2:46pm Subject: bzr commit into mysql-trunk-mtr branch (bjorn.munch:3048) List-Archive: http://lists.mysql.com/commits/133324 Message-Id: <201103181446.p2IEkmXS005656@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/bm136801/my/mtr-tr/ based on revid:bjorn.munch@stripped 3048 Bjorn Munch 2011-03-18 [merge] upmerge 11885854 modified: client/mysqltest.cc === modified file 'client/mysqltest.cc' --- a/client/mysqltest.cc 2011-03-07 15:17:39 +0000 +++ b/client/mysqltest.cc 2011-03-18 14:46:13 +0000 @@ -8343,14 +8343,16 @@ 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; explain_protocol_enabled= explain_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: revision is a merge).