File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9574,6 +9574,9 @@ ER_WARN_SQL_AFTER_MTS_GAPS_GAP_NOT_CALCULATED
95749574ER_INVALID_ASSIGNMENT_TARGET 42000
95759575 eng "Invalid target for assignment in INSERT or UPDATE statement '%.192s'."
95769576
9577+ ER_WARN_AUDIT_LOG_FORMAT_UNIX_TIMESTAMP_ONLY_WHEN_JSON
9578+ eng "audit_log_format_unix_timestamp is applicable only when audit_log_format = JSON."
9579+
95779580#
95789581# End of 8.0 error messages (server-to-client).
95799582# Do NOT add messages intended for the error log above!
Original file line number Diff line number Diff line change @@ -11394,6 +11394,9 @@ ER_IB_MSG_RECOVERY_NO_SPACE_IN_REDO_LOG__SKIP_IBUF_MERGES
1139411394ER_IB_MSG_RECOVERY_NO_SPACE_IN_REDO_LOG__UNEXPECTED
1139511395 eng "There is not enough free space in the redo log during recovery, restore from backup (or retry with --innodb-force-recovery=6)."
1139611396
11397+ ER_WARN_AUDIT_LOG_FORMAT_UNIX_TIMESTAMP_ONLY_WHEN_JSON_LOG
11398+ eng "audit_log_format_unix_timestamp is applicable only when audit_log_format = JSON."
11399+
1139711400# This error is not supposed to be reported to the users. It is only
1139811401# meant for internal use to signal that a statement should be
1139911402# reprepared for the primary storage engine, without transformations.
You can’t perform that action at this time.
0 commit comments