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

Make sure "logger" message arguments are not interpreted as command line switches #3492

Open
wants to merge 2 commits into
base: 10.5
Choose a base branch
from

Commits on Aug 30, 2024

  1. MDEV-34847 : Unquoted argument in {{logger}} call leads to invalid ar…

    …gument warnings
    
    Added missing logger command argument quoting.
    
    And fixed a wsrep_log call typo.
    hholzgra committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f01d70c View commit details
    Browse the repository at this point in the history
  2. MDEV-34847 : Unquoted argument in {{logger}} call leads to invalid ar…

    …gument warnings
    
    Make sure that even a quoted argument starting with '-' is not interpreted
    as a command line option by adding '--' marker before message text
    hholzgra committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    06326e4 View commit details
    Browse the repository at this point in the history