mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
rpl_multi_query.test: disable ps-protocol as PS don't support multi-queries
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user