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

System Variables: Add log_bin and change the default of performance_schema #2488

Merged
merged 1 commit into from
May 6, 2024

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented May 6, 2024

The log_bin system variable controls whether a MySQL server logs to the binary log or not.

The performance_schema system variable was previously defaulted to 1, to match MySQL's default, but this can cause tools (e.g. Datadog) to believe that the performance_schema system tables are available, and then error out when trying to query them. Since we don't provide a performance_schema database, the new default for the performance_schema system variable is 0.

@fulghum fulghum requested a review from jycor May 6, 2024 20:28
Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

LGTM

@fulghum fulghum merged commit 6f757d2 into main May 6, 2024
8 checks passed
@fulghum fulghum deleted the fulghum/sys-vars branch May 6, 2024 20:59
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.

None yet

2 participants