summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/system_tables.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/system_tables.test')
-rw-r--r--mysql-test/suite/maria/system_tables.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/maria/system_tables.test b/mysql-test/suite/maria/system_tables.test
index 7b5c20ded85..950989fa5ca 100644
--- a/mysql-test/suite/maria/system_tables.test
+++ b/mysql-test/suite/maria/system_tables.test
@@ -12,8 +12,8 @@ LOCK TABLE t1 WRITE;
--connect (con1,localhost,root,,test)
SET lock_wait_timeout= 2;
---send
- FLUSH TABLES;
+FLUSH TABLES;
+--send FLUSH TABLES t1
--connection default
--error ER_SP_DOES_NOT_EXIST
CALL non_existing_sp;