mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-31003: Second execution for ps-protocol
This patch adds for "--ps-protocol" second execution of queries "SELECT". Also in this patch it is added ability to disable/enable (--disable_ps2_protocol/--enable_ps2_protocol) second execution for "--ps-prototocol" in testcases.
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
--source include/master-slave.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
--disable_ps2_protocol
|
||||
connection master;
|
||||
create database s_db;
|
||||
grant all on s_db.* to normal_1@'%' identified by 'pass';
|
||||
@ -704,5 +705,6 @@ drop user normal_2@'%';
|
||||
drop user normal_3@'%';
|
||||
drop user normal_4@'%';
|
||||
drop user normal_5@'%';
|
||||
--enable_ps2_protocol
|
||||
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user