Commit 9ffac369 authored by unknown's avatar unknown

rpl_multi_query.test: disable ps-protocol as PS don't support multi-queries


mysql-test/t/rpl_multi_query.test:
  disable ps-protocol as PS don't support multi-queries
parent da7f5e8c
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
# CLIENT_MULTI_STATEMENTS) will be binlogged ONE-query-per-event (not # CLIENT_MULTI_STATEMENTS) will be binlogged ONE-query-per-event (not
# one binlog event containing all queries) # one binlog event containing all queries)
# PS doesn't support multi-statements
--disable_ps_protocol
source include/master-slave.inc; source include/master-slave.inc;
--disable_warnings --disable_warnings
drop database if exists mysqltest; drop database if exists mysqltest;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment