1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Don't allow badly formed UTF8 identitiers

This commit is contained in:
unknown
2004-07-07 16:39:43 +05:00
parent 288b8d957b
commit 5ef15478cd
27 changed files with 53 additions and 1 deletions

View File

@ -316,4 +316,5 @@
#define ER_GET_TEMPORARY_ERRMSG 1297
#define ER_UNKNOWN_TIME_ZONE 1298
#define ER_WARN_INVALID_TIMESTAMP 1299
#define ER_ERROR_MESSAGES 300
#define ER_INVALID_CHARACTER_STRING 1300
#define ER_ERROR_MESSAGES 301