Remove extra whitespace in result file
mysql-test/r/show_check.result: Remove extra whitespace
This commit is contained in:
parent
5be88ae21d
commit
8008bf9faa
@ -632,17 +632,17 @@ SHOW COLUMNS FROM no_such_table;
|
|||||||
ERROR 42S02: Table 'test.no_such_table' doesn't exist
|
ERROR 42S02: Table 'test.no_such_table' doesn't exist
|
||||||
flush status;
|
flush status;
|
||||||
show status like 'slow_queries';
|
show status like 'slow_queries';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Slow_queries 0
|
Slow_queries 0
|
||||||
show tables;
|
show tables;
|
||||||
Tables_in_test
|
Tables_in_test
|
||||||
show status like 'slow_queries';
|
show status like 'slow_queries';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Slow_queries 0
|
Slow_queries 0
|
||||||
select 1 from information_schema.tables limit 1;
|
select 1 from information_schema.tables limit 1;
|
||||||
1
|
1
|
||||||
1
|
1
|
||||||
show status like 'slow_queries';
|
show status like 'slow_queries';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Slow_queries 1
|
Slow_queries 1
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user