summaryrefslogtreecommitdiff
path: root/mysql-test/main/bigint.test
diff options
context:
space:
mode:
authorLena Startseva <lena.startseva@mariadb.com>2022-06-09 10:32:51 +0700
committerLena Startseva <lena.startseva@mariadb.com>2022-09-12 16:01:18 +0700
commit8aa98565a5d4e6b69d3f19833c02ed176fe38c1c (patch)
tree2c53d43ebe3bcb356319f00561441e80ab57769b /mysql-test/main/bigint.test
parent99d5306350dc492ad843e806ca8a9d46f5a709d2 (diff)
downloadmariadb-git-bb-10.3-MDEV-27691.tar.gz
MDEV-27691: make working view-protocolbb-10.3-MDEV-27691
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.
Diffstat (limited to 'mysql-test/main/bigint.test')
-rw-r--r--mysql-test/main/bigint.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/bigint.test b/mysql-test/main/bigint.test
index 68ffcd9230e..fc7d6a39060 100644
--- a/mysql-test/main/bigint.test
+++ b/mysql-test/main/bigint.test
@@ -311,6 +311,7 @@ select cast(-19999999999999999999 as signed);
#
# PS protocol gives different metadata for `Max length' column
+--disable_view_protocol
--disable_ps_protocol
--enable_metadata
select -9223372036854775808;
@@ -319,6 +320,7 @@ select -((9223372036854775808));
select -(-(9223372036854775808));
--disable_metadata
--enable_ps_protocol
+--enable_view_protocol
select --9223372036854775808, ---9223372036854775808, ----9223372036854775808;
select -(-9223372036854775808), -(-(-9223372036854775808));