mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fix for bug #30088: Can't disable myisam-recover by a value of "".
- test result. Problem: we don't proper handle "" value of the --myisam-recover option. Fix: turn off myisam recovering if --myisam-recover="" is set.
This commit is contained in:

parent
3e7caa131c
commit
c62d7528c8
@@ -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=""
|
||||
|
@@ -782,4 +782,9 @@ 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
|
||||
|
Reference in New Issue
Block a user