Skip to content

Commit 4afef92

Browse files
author
Mattias Jonsson
committed
WL#6035: Native InnoDB Partitioning.
post-push fix, the added error was not last, which renumbered the previous error numbers. Fixed by moving it last.
1 parent e65c7cd commit 4afef92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/share/errmsg-utf8.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7405,9 +7405,6 @@ ER_DEPENDENT_BY_GENERATED_COLUMN
74057405
ER_GENERATED_COLUMN_REF_AUTO_INC,
74067406
eng "Stored generated column '%s' cannot refer auto-increment column."
74077407

7408-
ER_FEATURE_NOT_AVAILABLE
7409-
eng "The '%-.64s' feature is not available; you need to remove '%-.64s' or use MySQL built with '%-.64s'"
7410-
74117408
ER_CANT_SET_GTID_MODE
74127409
eng "SET @@GLOBAL.GTID_MODE = %-.64s is not allowed because %-.384s."
74137410

@@ -7433,6 +7430,9 @@ ER_ACCOUNT_HAS_BEEN_LOCKED
74337430
eng "Access denied for user '%-.48s'@'%-.64s'. Account is locked."
74347431
pol "Odmowa dostępu dla użytkownika '%-.48s'@'%-.64s'. Konto zablokowane."
74357432

7433+
ER_FEATURE_NOT_AVAILABLE
7434+
eng "The '%-.64s' feature is not available; you need to remove '%-.64s' or use MySQL built with '%-.64s'"
7435+
74367436
#
74377437
# End of 5.7 error messages.
74387438
#

0 commit comments

Comments
 (0)