|
1096 | 1096 | // Server current time zone |
1097 | 1097 | default_time_zone?: string |
1098 | 1098 |
|
1099 | | - // This variable is used to specify which events should be logged. |
1100 | | - audit_log_policy?: string & "ALL" | "LOGINS" | "QUERIES" | "NONE" | *"ALL" |
1101 | | - |
1102 | 1099 | // slave_exec_mode controls how a replication thread resolves conflicts and errors during replication. |
1103 | 1100 | slave_exec_mode?: string & "IDEMPOTENT" | "STRICT" |
1104 | 1101 |
|
|
1141 | 1138 | relay_log_info_repository?: string & "FILE" | "TABLE" |
1142 | 1139 |
|
1143 | 1140 | // Specifies the audit log plugin to use. |
1144 | | - audit_log_handler?: string & "FILE" | "SYSLOG" | *"FILE" |
| 1141 | + loose_audit_log_handler?: string & "FILE" | "SYSLOG" | *"FILE" |
1145 | 1142 |
|
1146 | 1143 | // The file name of the audit log. |
1147 | | - audit_log_file?: string |
| 1144 | + loose_audit_log_file?: string |
1148 | 1145 |
|
1149 | 1146 | // The size at which the audit log file is rotated. |
1150 | | - audit_log_buffer_size?: string |
| 1147 | + loose_audit_log_buffer_size?: string |
1151 | 1148 |
|
1152 | 1149 | // This variable is used to specify which events should be logged. |
1153 | | - audit_log_policy?: string & "ALL" | "LOGINS" | "QUERIES" | "NONE" | *"ALL" |
| 1150 | + loose_audit_log_policy?: string & "ALL" | "LOGINS" | "QUERIES" | "NONE" | *"ALL" |
1154 | 1151 |
|
1155 | 1152 | // The strategy used to write audit log records. |
1156 | | - audit_log_strategy?: string & "ASYNCHRONOUS" | "PERFORMANCE" | "SEMISYNCHRONOUS" | "SYNCHRONOUS" | *"ASYNCHRONOUS" |
| 1153 | + loose_audit_log_strategy?: string & "ASYNCHRONOUS" | "PERFORMANCE" | "SEMISYNCHRONOUS" | "SYNCHRONOUS" | *"ASYNCHRONOUS" |
1157 | 1154 |
|
1158 | 1155 | // The size at which the audit log file is rotated. |
1159 | | - audit_log_rotate_on_size?: int | *0 |
| 1156 | + loose_audit_log_rotate_on_size?: int | *0 |
1160 | 1157 |
|
1161 | 1158 | // The number of rotated audit log files to keep. |
1162 | | - audit_log_rotations?: int | *0 |
| 1159 | + loose_audit_log_rotations?: int | *0 |
1163 | 1160 |
|
1164 | 1161 | // A comma-separated list of accounts that are not subject to audit logging. |
1165 | | - audit_log_exclude_accounts?: string |
| 1162 | + loose_audit_log_exclude_accounts?: string |
1166 | 1163 |
|
1167 | 1164 | // other parameters |
1168 | 1165 | // reference mysql parameters |
|
0 commit comments