summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r--include/mysqld_error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index dafee798416..9f0ea9d7988 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -250,4 +250,6 @@
#define ER_WRONG_VALUE_FOR_VAR 1231
#define ER_WRONG_TYPE_FOR_VAR 1232
#define ER_VAR_CANT_BE_READ 1233
-#define ER_ERROR_MESSAGES 234
+#define ER_CANT_USE_OPTION_HERE 1234
+#define ER_NOT_SUPPORTED_YET 1235
+#define ER_ERROR_MESSAGES 236