summaryrefslogtreecommitdiff
path: root/mysql-test/main
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main')
-rw-r--r--mysql-test/main/myisam_debug_keys.test2
1 files changed, 2 insertions, 0 deletions
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