From 1feccb505f9ec5cada8f8e2c544f736c1a533633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 13 Oct 2022 09:09:03 +0300 Subject: [PATCH] MDEV-29672 test fixup for --ps-protocol --- mysql-test/main/myisam_debug_keys.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/main/myisam_debug_keys.test b/mysql-test/main/myisam_debug_keys.test index bf028bb8e52..73d68637b29 100644 --- a/mysql-test/main/myisam_debug_keys.test +++ b/mysql-test/main/myisam_debug_keys.test @@ -10,6 +10,7 @@ CREATE TABLE types ( type TEXT NOT NULL, prefix_length INT NOT NULL ); +--disable_ps_protocol INSERT INTO types (type, prefix_length) VALUES ('INT', 0), ('BIGINT', 0), @@ -29,6 +30,7 @@ INSERT INTO types (type, prefix_length) VALUES ('TEXT', 12), ('TEXT', 16), ('TEXT', 100); +--enable_ps_protocol DELIMITER $$; BEGIN NOT ATOMIC DECLARE create2_template TEXT