Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#382] Fix myisam_recover deprecation warnings #384

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

HP41
Copy link
Contributor

@HP41 HP41 commented Nov 4, 2024

Description

  • myisam_recover has been deprecated for some time now and shows warnings in the logs.
  • Use property mysqld_myisam_recover_options instead (myisam_recover_options).

List any existing issues this PR resolves

#382

Check List

  • A summary of changes made is included in the CHANGELOG under ## Unreleased
  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

@HP41 HP41 requested a review from a team as a code owner November 4, 2024 20:31
@ramereth ramereth linked an issue Nov 10, 2024 that may be closed by this pull request
@ramereth ramereth added the Release: Minor Release to Chef Supermarket as a minor release when merged label Nov 10, 2024
- `myisam_recover` has been deprecated for some time now and shows warnings in the logs.
- Use property `mysqld_myisam_recover_options` instead (`myisam_recover_options`).

Signed-off-by: HP41 <HP41@GitHub>
@ramereth ramereth merged commit c4f4956 into sous-chefs:main Nov 15, 2024
219 checks passed
@kitchen-porter
Copy link
Contributor

Released as: 6.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release: Minor Release to Chef Supermarket as a minor release when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

myisam-recover is deprecated. Use myisam_recover_options instead
3 participants