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

Fix syntax error in SHOW BINARY LOG STATUS #605

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

Conversation

M4rckR
Copy link

@M4rckR M4rckR commented Mar 25, 2025

After having manually prepared the environment after accidentally deleting sys, I ran into a syntax error with SHOW BINARY LOG STATUS. The correct statement is SHOW BINARY LOGS, since MySQL does not recognize SHOW BINARY LOG STATUS. This fix guarantees that this script runs correctly without any syntax errors, and has been improved for general compatibility with different versions of MySQL.

image

@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@M4rckR
Copy link
Author

M4rckR commented Mar 25, 2025

Hi,

I have successfully signed the Oracle Contribution Agreement (OCA). Please let me know if any further steps are required for my contribution to be reviewed.

Thanks!

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