Skip to content

Commit 8398c05

Browse files
committed
BUG #31418476 - UNEXPECTED CHANGES TO ERROR CODE NUMBERING IN 8.0.21
Description: ----------- The numbers associated with certain error codes seems to have changed between 8.0.20 and 8.0.21: Fix: ----------- Rearrange error messages so that they have a number between the versions. Change-Id: I2fb004c8df9a66c2d46bff8f13c882e1047a6d9a
1 parent 656c700 commit 8398c05

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

share/messages_to_clients.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9298,12 +9298,6 @@ ER_WARN_DEPRECATED_INNER_INTO
92989298
ER_WARN_DEPRECATED_VALUES_FUNCTION_ALWAYS_NULL
92999299
eng "The VALUES function is deprecated and will be removed in a future release. It always returns NULL in this context. If you meant to access a value from the VALUES clause of the INSERT statement, consider using an alias (INSERT INTO ... VALUES (...) AS alias) and reference alias.col instead of VALUES(col) in the ON DUPLICATE KEY UPDATE clause."
93009300

9301-
ER_MISSING_JSON_VALUE 22035
9302-
eng "No value was found by '%.192s' on the specified path."
9303-
9304-
ER_MULTIPLE_JSON_VALUES 22034
9305-
eng "More than one value was found by '%.192s' on the specified path."
9306-
93079301
# When using this error message, use the ER_WARN_DEPRECATED_SYNTAX error
93089302
# code.
93099303
ER_WARN_DEPRECATED_SQL_CALC_FOUND_ROWS
@@ -9314,6 +9308,12 @@ ER_WARN_DEPRECATED_SQL_CALC_FOUND_ROWS
93149308
ER_WARN_DEPRECATED_FOUND_ROWS
93159309
eng "FOUND_ROWS() is deprecated and will be removed in a future release. Consider using COUNT(*) instead."
93169310

9311+
ER_MISSING_JSON_VALUE 22035
9312+
eng "No value was found by '%.192s' on the specified path."
9313+
9314+
ER_MULTIPLE_JSON_VALUES 22034
9315+
eng "More than one value was found by '%.192s' on the specified path."
9316+
93179317
ER_HOSTNAME_TOO_LONG
93189318
eng "Hostname cannot be longer than %d characters."
93199319

share/messages_to_error_log.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10806,12 +10806,6 @@ ER_IB_MSG_INNODB_START_INITIALIZE
1080610806
ER_IB_MSG_INNODB_END_INITIALIZE
1080710807
eng "InnoDB initialization has ended."
1080810808

10809-
ER_WARN_LOG_DEPRECATED_PARTITION_PREFIX_KEY
10810-
eng "Column '%.64s.%.64s.%.64s' having prefix key part '%.64s(%u)' is ignored by the partitioning function. Use of prefixed columns in the PARTITION BY KEY() clause is deprecated and will be removed in a future release."
10811-
10812-
ER_INNODB_UNABLE_TO_ACQUIRE_DD_OBJECT
10813-
eng "%s"
10814-
1081510809
ER_IB_MSG_PAGE_ARCH_NO_RESET_POINTS
1081610810
eng "Could not find appropriate reset points."
1081710811

@@ -10827,12 +10821,18 @@ ER_IB_ERR_PAGE_ARCH_RECOVERY_FAILED
1082710821
ER_IB_ERR_PAGE_ARCH_INVALID_FORMAT
1082810822
eng "Invalid archived file name format. The archived file is supposed to have the format %s + [0-9]*."
1082910823

10830-
ER_IB_MSG_UNDO_TRUNCATE_TOO_OFTEN
10831-
eng "Undo Truncation is occurring too often. Consider increasing --innodb-max-undo-log-size."
10832-
1083310824
ER_INVALID_XPLUGIN_SOCKET_SAME_AS_SERVER
1083410825
eng "X Plugins UNIX socket must use different file than MySQL server. X Plugin won't be accessible through UNIX socket"
1083510826

10827+
ER_INNODB_UNABLE_TO_ACQUIRE_DD_OBJECT
10828+
eng "%s"
10829+
10830+
ER_WARN_LOG_DEPRECATED_PARTITION_PREFIX_KEY
10831+
eng "Column '%.64s.%.64s.%.64s' having prefix key part '%.64s(%u)' is ignored by the partitioning function. Use of prefixed columns in the PARTITION BY KEY() clause is deprecated and will be removed in a future release."
10832+
10833+
ER_IB_MSG_UNDO_TRUNCATE_TOO_OFTEN
10834+
eng "Undo Truncation is occurring too often. Consider increasing --innodb-max-undo-log-size."
10835+
1083610836
ER_GRP_RPL_IS_STARTING
1083710837
eng "Plugin 'group_replication' is starting."
1083810838

0 commit comments

Comments
 (0)