-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore: update apecloud-mysql binary version #129
Conversation
// 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. |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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_?
There was a problem hiding this comment.
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.
/cherry-pick release-0.8 |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit d96a7b4)
No description provided.