summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-18 22:47:30 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-18 22:47:30 +0200
commit8008bf9faa6d4abf8a0a312341b07ca6a6fb64d0 (patch)
tree3c9c6f353c461f38822578a70a8470bcd16edf09 /mysql-test/r/show_check.result
parent5be88ae21de9a0c642c053631cb9235eb9368866 (diff)
downloadmariadb-git-8008bf9faa6d4abf8a0a312341b07ca6a6fb64d0.tar.gz
Remove extra whitespace in result file
mysql-test/r/show_check.result: Remove extra whitespace
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r--mysql-test/r/show_check.result12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
index 1ced624b196..28cbdb16919 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -632,17 +632,17 @@ SHOW COLUMNS FROM no_such_table;
ERROR 42S02: Table 'test.no_such_table' doesn't exist
flush status;
show status like 'slow_queries';
-Variable_name Value
-Slow_queries 0
+Variable_name Value
+Slow_queries 0
show tables;
Tables_in_test
show status like 'slow_queries';
-Variable_name Value
-Slow_queries 0
+Variable_name Value
+Slow_queries 0
select 1 from information_schema.tables limit 1;
1
1
show status like 'slow_queries';
-Variable_name Value
-Slow_queries 1
+Variable_name Value
+Slow_queries 1
End of 5.0 tests