summaryrefslogtreecommitdiff
path: root/storage/spider/mysql-test/spider/t/show_system_tables.test
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/mysql-test/spider/t/show_system_tables.test')
-rw-r--r--storage/spider/mysql-test/spider/t/show_system_tables.test7
1 files changed, 2 insertions, 5 deletions
diff --git a/storage/spider/mysql-test/spider/t/show_system_tables.test b/storage/spider/mysql-test/spider/t/show_system_tables.test
index fd8451a2a60..ae8259b01bc 100644
--- a/storage/spider/mysql-test/spider/t/show_system_tables.test
+++ b/storage/spider/mysql-test/spider/t/show_system_tables.test
@@ -9,12 +9,9 @@
--echo
--echo Show system tables on the Spider node
--connection master_1
---disable_query_log
-echo SELECT table_name, engine FROM information_schema.tables
- WHERE table_schema = 'mysql' AND table_name like '%spider_%';
-eval SELECT table_name, engine FROM information_schema.tables
+--sorted_result
+SELECT table_name, engine FROM information_schema.tables
WHERE table_schema = 'mysql' AND table_name like '%spider_%';
---enable_query_log
--echo
--echo deinit