Skip to content

Commit

Permalink
MDEV-29672 test fixup for --ps-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 13, 2022
1 parent 4142a73 commit 1feccb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/main/myisam_debug_keys.test
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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
Expand Down

0 comments on commit 1feccb5

Please sign in to comment.