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

chore: update apecloud-mysql binary version #129

Conversation

sophon-zt
Copy link
Contributor

No description provided.

// The policy controlling how the audit log plugin writes query events to its log file. Supported values are 'ALL' (default), 'UPDATES', 'UPDATES_OR_ERRORS', 'ERRORS' and 'NONE'.
audit_log_statement_policy?: string & "ALL" | "UPDATES" | "NONE" | "ERRORS" | "UPDATES_OR_ERRORS"

// Max number of rows in each audit log file. Log records will be discarded above this number.
Copy link
Contributor

Choose a reason for hiding this comment

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

duplicated with line 1554

audit_log_row_limit?: int & >=1 | *100000

// Mysql audit log version.
audit_log_version?: string & "MYSQL_V1" | "MYSQL_V3"
Copy link
Contributor

Choose a reason for hiding this comment

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

why not with the prefix loose_?

Copy link
Contributor Author

@sophon-zt sophon-zt Dec 26, 2023

Choose a reason for hiding this comment

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

The mysql engine accepts both types of parameters. In fact, it is not sure which set of parameters will be used by the user-defined template. so it retains maximum consistency with the engine.

@sophon-zt sophon-zt merged commit d96a7b4 into main Dec 27, 2023
4 checks passed
@sophon-zt sophon-zt deleted the support/improvement-adjust-apecloud-mysql-auditlog-cv-version-issue128 branch December 27, 2023 03:18
@sophon-zt
Copy link
Contributor Author

/cherry-pick release-0.8

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/7353235763

apecloud-bot pushed a commit that referenced this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants