mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Disable view protocol for the MDEV-31742 test because it make statistics differ or wrong (without service connection)
This commit is contained in:
parent
fec93e7155
commit
554aa1e2b4
1 changed files with 2 additions and 0 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue