Skip to content

Commit 3808bdf

Browse files
committed
WL#14611 BACKPORT SHOW PROCESSLIST TO 5.7
This patch is for 5.7, to merge to 8.0 Reserving a new error number in all releases: ER_WARN_WRONG_NATIVE_TABLE_STRUCTURE Approved by: Chris Powers <[email protected]> Approved by: Georgi Kodinov <[email protected]>
1 parent 3fdcb16 commit 3808bdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql/share/errmsg-utf8.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7796,6 +7796,9 @@ ER_DEPRECATED_TLS_VERSION_SESSION
77967796
ER_WARN_DEPRECATED_TLS_VERSION
77977797
eng "A deprecated TLS version %s is enabled. Please use TLSv1.2 or higher."
77987798

7799+
ER_WARN_WRONG_NATIVE_TABLE_STRUCTURE
7800+
eng "Optional native table '%-.64s'.'%-.64s' has the wrong structure or is missing."
7801+
77997802
#
78007803
# End of 5.7 error messages.
78017804
#

0 commit comments

Comments
 (0)