summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_weight_string.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/func_weight_string.test')
-rw-r--r--mysql-test/main/func_weight_string.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/func_weight_string.test b/mysql-test/main/func_weight_string.test
index 528aa5d4f0f..e2043e8657f 100644
--- a/mysql-test/main/func_weight_string.test
+++ b/mysql-test/main/func_weight_string.test
@@ -2,6 +2,9 @@
drop table if exists t1;
--enable_warnings
+#check after fix MDEV-29601
+--disable_service_connection
+
set @save_max_allowed_packet=@@max_allowed_packet;
set global max_allowed_packet=1048576;
connect (conn1,localhost,root,,);
@@ -120,6 +123,8 @@ disconnect conn1;
connection default;
set global max_allowed_packet=@save_max_allowed_packet;
+--enable_service_connection
+
--echo #
--echo # Start of 10.1 tests
--echo #