summaryrefslogtreecommitdiff
path: root/mysql-test/main/alter_table.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/alter_table.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/alter_table.test')
-rw-r--r--mysql-test/main/alter_table.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/alter_table.test b/mysql-test/main/alter_table.test
index fd50366311f..77c27700d98 100644
--- a/mysql-test/main/alter_table.test
+++ b/mysql-test/main/alter_table.test
@@ -783,6 +783,8 @@ drop table t1;
# Unix/Windows and transactional/non-transactional tables).
# See also innodb_mysql.test
#
+
+--disable_service_connection
--disable_warnings
drop table if exists t1, t2, t3;
--enable_warnings
@@ -825,7 +827,7 @@ unlock tables;
insert into t1 values ();
select * from t1;
drop tables t1, t3;
-
+--enable_service_connection
#
# Bug#18775 - Temporary table from alter table visible to other threads