Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-9596

myisam_recover is said to be a valid name, but it is not

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • N/A
    • N/A
    • Documentation
    • 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.

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.