Commit 554aa1e2 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Disable view protocol for the MDEV-31742 test because it make statistics...

Disable view protocol for the MDEV-31742 test because it make statistics differ or wrong (without service connection)
parent fec93e71
...@@ -141,6 +141,7 @@ CREATE TABLE `tab_MDEV_30820` ( ...@@ -141,6 +141,7 @@ CREATE TABLE `tab_MDEV_30820` (
); );
--disable_ps2_protocol --disable_ps2_protocol
--disable_view_protocol
--delimiter // --delimiter //
CREATE FUNCTION `get_zero`() RETURNS int(11) CREATE FUNCTION `get_zero`() RETURNS int(11)
...@@ -181,6 +182,7 @@ SET SESSION slow_query_log=default; ...@@ -181,6 +182,7 @@ SET SESSION slow_query_log=default;
drop table tab_MDEV_30820, tab2; drop table tab_MDEV_30820, tab2;
drop function get_zero; drop function get_zero;
--enable_view_protocol
--enable_ps2_protocol --enable_ps2_protocol
--echo # --echo #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment