Skip to content

Commit b5c584c

Browse files
committed
Merge branch 'mysql-5.7' into mysql-8.0
2 parents 4f26721 + 6642ea3 commit b5c584c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

share/messages_to_clients.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9574,6 +9574,9 @@ ER_WARN_SQL_AFTER_MTS_GAPS_GAP_NOT_CALCULATED
95749574
ER_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!

share/messages_to_error_log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11394,6 +11394,9 @@ ER_IB_MSG_RECOVERY_NO_SPACE_IN_REDO_LOG__SKIP_IBUF_MERGES
1139411394
ER_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.

0 commit comments

Comments
 (0)