mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27691: make working view-protocol
Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
This commit is contained in:
@ -356,10 +356,13 @@ SHOW WARNINGS;
|
||||
--echo # Statement information runtime
|
||||
--echo
|
||||
|
||||
#enable after fix MDEV-28535
|
||||
--disable_view_protocol
|
||||
SELECT CAST(-19999999999999999999 AS SIGNED),
|
||||
CAST(-19999999999999999999 AS SIGNED);
|
||||
GET DIAGNOSTICS @var = NUMBER;
|
||||
SELECT @var;
|
||||
--enable_view_protocol
|
||||
|
||||
SELECT COUNT(max_questions) INTO @var FROM mysql.user;
|
||||
GET DIAGNOSTICS @var = NUMBER;
|
||||
|
Reference in New Issue
Block a user