Commit 6f88aa45 authored by unknown's avatar unknown

After-merge fix: result adjusted.

parent 2a20aa7f
...@@ -1250,6 +1250,9 @@ select 1 from information_schema.tables limit 1; ...@@ -1250,6 +1250,9 @@ select 1 from information_schema.tables limit 1;
show status like 'slow_queries'; show status like 'slow_queries';
Variable_name Value Variable_name Value
Slow_queries 2 Slow_queries 2
show variables like 'myisam_recover_options';
Variable_name Value
myisam_recover_options OFF
End of 5.0 tests End of 5.0 tests
SHOW AUTHORS; SHOW AUTHORS;
create database mysqltest; create database mysqltest;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment