From e28a241907aa7a511b65b196703efaeea71e1dc4 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Wed, 18 Mar 2015 17:10:48 +0400 Subject: MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx) for incorrect byte sequences --- sql/share/errmsg-utf8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/share') diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 6b09b4cf769..9dff16b2be1 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7125,3 +7125,5 @@ ER_ROLE_CREATE_EXISTS eng "Can't create role '%-.64s'; it already exists" ER_ROLE_DROP_EXISTS eng "Can't drop role '%-.64s'; it doesn't exist" +ER_CANNOT_CONVERT_CHARACTER + eng "Cannot convert '%s' character 0x%-.64s to '%s'" -- cgit v1.2.1