summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-07-29 17:12:14 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-07-29 17:12:14 +0500
commit8d7b54b7c225bb3395ea8fa0692c6799032d7304 (patch)
tree66fd9cf224c10568a1a31e3da1c92339f9439fa3 /include/mysqld_error.h
parent8713e9791ce79bd8f4e939c4c8e420809cd7832b (diff)
downloadmariadb-git-8d7b54b7c225bb3395ea8fa0692c6799032d7304.tar.gz
A new separate error message: Unknown collation 'blablabla'
Diffstat (limited to 'include/mysqld_error.h')
-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 0468663239b..17ededfbb52 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -287,4 +287,5 @@
#define ER_CANT_AGGREGATE_3COLLATIONS 1268
#define ER_CANT_AGGREGATE_NCOLLATIONS 1269
#define ER_VARIABLE_IS_NOT_STRUCT 1270
-#define ER_ERROR_MESSAGES 271
+#define ER_UNKNOWN_COLLATION 1271
+#define ER_ERROR_MESSAGES 272