mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-29672 test fixup for --ps-protocol
This commit is contained in:
@@ -10,6 +10,7 @@ CREATE TABLE types (
|
|||||||
type TEXT NOT NULL,
|
type TEXT NOT NULL,
|
||||||
prefix_length INT NOT NULL
|
prefix_length INT NOT NULL
|
||||||
);
|
);
|
||||||
|
--disable_ps_protocol
|
||||||
INSERT INTO types (type, prefix_length) VALUES
|
INSERT INTO types (type, prefix_length) VALUES
|
||||||
('INT', 0),
|
('INT', 0),
|
||||||
('BIGINT', 0),
|
('BIGINT', 0),
|
||||||
@@ -29,6 +30,7 @@ INSERT INTO types (type, prefix_length) VALUES
|
|||||||
('TEXT', 12),
|
('TEXT', 12),
|
||||||
('TEXT', 16),
|
('TEXT', 16),
|
||||||
('TEXT', 100);
|
('TEXT', 100);
|
||||||
|
--enable_ps_protocol
|
||||||
DELIMITER $$;
|
DELIMITER $$;
|
||||||
BEGIN NOT ATOMIC
|
BEGIN NOT ATOMIC
|
||||||
DECLARE create2_template TEXT
|
DECLARE create2_template TEXT
|
||||||
|
Reference in New Issue
Block a user