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

Add missing LEX_STRING::strs for my_snprintf #3538

Open
wants to merge 1 commit into
base: 11.6
Choose a base branch
from

Commits on Oct 3, 2024

  1. Add missing LEX_STRING::strs for my_snprintf

    When these members switched from plain `char*` to `LEX_CSTRING`,
    not all usages were converted. Specifically, in this commit are args of
    `my_snprintf` derivatives. Because until MDEV-21978,
    automated type checks were unavailable for those functions due to
    their incompatibility, so these tools didn’t catch them.
    ParadoxV5 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3ef8650 View commit details
    Browse the repository at this point in the history