mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 21:22:27 +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 @@
|
||||
## - $engine_type should be set
|
||||
##
|
||||
|
||||
--disable_ps2_protocol
|
||||
set sql_mode=no_engine_substitution;
|
||||
eval set default_storage_engine = $engine_type;
|
||||
set autocommit=1;
|
||||
@ -782,3 +783,4 @@ call p_verify_status_increment(0, 0, 0, 0);
|
||||
drop table t1, t2, t3;
|
||||
drop procedure p_verify_status_increment;
|
||||
drop function f1;
|
||||
--enable_ps2_protocol
|
||||
|
Reference in New Issue
Block a user