1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
Lena Startseva
2023-05-31 11:57:45 +07:00
parent 23dae6173c
commit 9854fb6fa7
400 changed files with 1339 additions and 42 deletions

View File

@ -379,6 +379,7 @@ drop view v1;
# CREATE TEMPORARY SEQUENCE
#
--disable_ps2_protocol
CREATE TEMPORARY SEQUENCE t1;
select next value for t1;
drop temporary table t1;
@ -411,6 +412,7 @@ select previous value for t1;
drop temporary sequence t1;
select previous value for t1;
drop sequence t1;
--enable_ps2_protocol
#
# Check that we can't create anything with the sequence engine