Skip to content

Commit

Permalink
Disable view protocol for the MDEV-31742 test because it make statist…
Browse files Browse the repository at this point in the history
…ics differ or wrong (without service connection)
  • Loading branch information
sanja-byelkin committed Sep 27, 2023
1 parent fec93e7 commit 554aa1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/main/log_slow.test
Expand Up @@ -141,6 +141,7 @@ CREATE TABLE `tab_MDEV_30820` (
);

--disable_ps2_protocol
--disable_view_protocol

--delimiter //
CREATE FUNCTION `get_zero`() RETURNS int(11)
Expand Down Expand Up @@ -181,6 +182,7 @@ SET SESSION slow_query_log=default;
drop table tab_MDEV_30820, tab2;
drop function get_zero;

--enable_view_protocol
--enable_ps2_protocol

--echo #
Expand Down

0 comments on commit 554aa1e

Please sign in to comment.