[MDEV-9596] myisam_recover is said to be a valid name, but it is not Created: 2016-02-19  Updated: 2016-02-28  Resolved: 2016-02-28

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: N/A
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None


 Description   

https://mariadb.com/kb/en/mariadb/myisam-system-variables/#myisam_recover_options

myisam_recover_options
Description: MyISAM recovery mode. Multiple options can be selected, comma-delimited. Using no argument is equivalent to specifying DEFAULT, while specifying "" is equivalent to OFF. If enabled each time the server opens a MyISAM table, it checks whether it has been marked as crashed, or wasn't closed properly. If so, mysqld will run a check and then attempt to repair the table, writing to the error log beforehand. Previously called myisam_recover, which is still a valid synonym.

There is no such synonym (at least not anymore, I don't know for which version it was written). This form works as an option not because it's a valid synonym, but just because it's a prefix; and since nowadays we rather discourage people to use prefixes, there is also a warning about it in the log.



 Comments   
Comment by Ian Gilfillan [ 2016-02-28 ]

It was called this in MySQL 5.1, will check further when it changed in MariaDB. Have removed mention of it being a synonym.

Generated at Thu Feb 08 07:35:53 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.