mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)
for incorrect byte sequences
This commit is contained in:
parent
a471b7098f
commit
e28a241907
31 changed files with 1805 additions and 121 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue