mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/ram/work/b30088/b30088.5.0
into mysql.com:/home/ram/work/b30088/b30088.5.1
This commit is contained in:
@ -1 +1 @@
|
||||
--log-slow-queries --log-long-format --log-queries-not-using-indexes
|
||||
--log-slow-queries --log-long-format --log-queries-not-using-indexes --myisam-recover=""
|
||||
|
@ -903,6 +903,11 @@ show variables like "log_queries_not_using_indexes";
|
||||
select 1 from information_schema.tables limit 1;
|
||||
show status like 'slow_queries';
|
||||
|
||||
#
|
||||
# Bug #30088: Can't disable myisam-recover by a value of ""
|
||||
#
|
||||
show variables like 'myisam_recover_options';
|
||||
|
||||
--echo End of 5.0 tests
|
||||
|
||||
--disable_result_log
|
||||
|
Reference in New Issue
Block a user