1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00

Don't allow badly formed UTF8 identitiers

This commit is contained in:
bar@mysql.com
2004-07-07 16:39:43 +05:00
parent aa679b62c0
commit 6fdafa5635
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