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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 53714505fc2..59eeef86998 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -295,5 +295,10 @@
#define ER_BAD_SLAVE_UNTIL_COND 1276
#define ER_MISSING_SKIP_SLAVE 1277
#define ER_UNTIL_COND_IGNORED 1278
-#define ER_WRONG_INDEX_NAME 1279
-#define ER_ERROR_MESSAGES 280
+#define ER_WRONG_NAME 1279
+#define ER_TABLE 1280
+#define ER_DATABASE 1281
+#define ER_COLUMN 1282
+#define ER_INDEX 1283
+#define ER_CATALOG 1284
+#define ER_ERROR_MESSAGES 285