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:
@ -113,6 +113,7 @@ disconnect root2;
|
||||
# query in QC from normal execution and SP (Bug#6897)
|
||||
# improved to also test Bug#3583 and Bug#12990
|
||||
#
|
||||
--disable_ps2_protocol
|
||||
flush query cache;
|
||||
reset query cache;
|
||||
flush status;
|
||||
@ -191,6 +192,7 @@ drop procedure f2;
|
||||
drop procedure f3;
|
||||
drop procedure f4;
|
||||
drop table t1;
|
||||
--enable_ps2_protocol
|
||||
|
||||
#
|
||||
# Bug#14767 INSERT in SF + concurrent SELECT with query cache
|
||||
|
Reference in New Issue
Block a user