mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -40,7 +40,9 @@ end|
|
||||
|
||||
delimiter ;|
|
||||
# test both in SELECT and in INSERT
|
||||
--disable_ps2_protocol
|
||||
select fn1(0);
|
||||
--enable_ps2_protocol
|
||||
eval create table t2 (a int) engine=$engine_type;
|
||||
insert into t2 values(fn1(2));
|
||||
|
||||
|
Reference in New Issue
Block a user