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:
@ -450,6 +450,7 @@ DROP TABLE t;
|
||||
--echo # MDEV-14041 Server crashes in String::length on queries with functions and ROLLUP
|
||||
--echo #
|
||||
|
||||
--disable_ps2_protocol
|
||||
#enable view protocol after fix MDEV-28538
|
||||
--disable_view_protocol
|
||||
|
||||
@ -460,6 +461,7 @@ SELECT HEX( RELEASE_LOCK( 'foo' ) ) AS f FROM t1 GROUP BY f WITH ROLLUP;
|
||||
DROP TABLE t1;
|
||||
|
||||
--enable_view_protocol
|
||||
--enable_ps2_protocol
|
||||
|
||||
CREATE TABLE t1 (i INT);
|
||||
INSERT INTO t1 VALUES (1),(2);
|
||||
|
Reference in New Issue
Block a user