summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/sysvars_star.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/sysvars_star.test')
-rw-r--r--mysql-test/suite/sys_vars/t/sysvars_star.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/t/sysvars_star.test b/mysql-test/suite/sys_vars/t/sysvars_star.test
index 2f0ef5c9ab0..8d0aefdc4c7 100644
--- a/mysql-test/suite/sys_vars/t/sysvars_star.test
+++ b/mysql-test/suite/sys_vars/t/sysvars_star.test
@@ -34,8 +34,10 @@ select global_value_path from information_schema.system_variables where variable
connection default;
replace_regex /\/.*\//var\//;
select global_value_path from information_schema.system_variables where variable_name='plugin_maturity';
-
+disconnect foo;
drop user foo@localhost;
set global low_priority_updates=default;
disable_warnings;
uninstall soname 'sql_errlog';
+let $count_sessions= 1;
+source include/wait_until_count_sessions.inc;