summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-07-07 16:39:43 +0500
committerunknown <bar@mysql.com>2004-07-07 16:39:43 +0500
commit5ef15478cdbaa65c7d037ce5662117b8ed425dba (patch)
treea8807f4b7e03e61c61669fb10cebf0fa23c53ae2 /include
parent288b8d957b64d9d061bc9c868965ffa8a01fd0ee (diff)
downloadmariadb-git-5ef15478cdbaa65c7d037ce5662117b8ed425dba.tar.gz
Don't allow badly formed UTF8 identitiers
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 0dcc09a173f..0d752b0daf1 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -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