MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)

for incorrect byte sequences
This commit is contained in:
Alexander Barkov 2015-03-18 17:10:48 +04:00
commit e28a241907
31 changed files with 1805 additions and 121 deletions

View file

@ -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'"