Disable view protocol for the MDEV-31742 test because it make statistics differ or wrong (without service connection)

This commit is contained in:
Oleksandr Byelkin 2023-09-27 07:51:47 +02:00
parent fec93e7155
commit 554aa1e2b4

View file

@ -141,6 +141,7 @@ CREATE TABLE `tab_MDEV_30820` (
);
--disable_ps2_protocol
--disable_view_protocol
--delimiter //
CREATE FUNCTION `get_zero`() RETURNS int(11)
@ -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 #