Skip to content

Add unsupported and deprecated --checkup sections#1518

Open
rolandwalker wants to merge 1 commit intomainfrom
RW/checkup-sections-unsupported-and-deprecated
Open

Add unsupported and deprecated --checkup sections#1518
rolandwalker wants to merge 1 commit intomainfrom
RW/checkup-sections-unsupported-and-deprecated

Conversation

@rolandwalker
Copy link
Contributor

Description

Let --checkup show config options which are read and ignored, as well as config options which are read, but deprecated.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Feb 7, 2026
Let --checkup show config options which are read and ignored, as well
as config options which are read, but deprecated.
@rolandwalker rolandwalker force-pushed the RW/checkup-sections-unsupported-and-deprecated branch from b85c378 to b33df31 Compare February 7, 2026 19:28
Copy link
Contributor

@scottnemes scottnemes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These config related changes are getting a bit hard to follow, so will have to trust it's doing what you want it to anyway.

I.e. if I have a value like local_infile in .my.cnf, and then comment out the [connection] section of the ~/.myclirc, it only complains about the local_infile one and not the missing [connection] section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants