summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index b858ae89ef1..52f4261c22b 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -210,7 +210,10 @@
#define ER_READ_ONLY_TRANSACTION 1207
#define ER_DROP_DB_WITH_READ_LOCK 1208
#define ER_CREATE_DB_WITH_READ_LOCK 1209
-#define ER_CONNECT_TO_MASTER 1210
-#define ER_QUERY_ON_MASTER 1211
-#define ER_ERROR_WHEN_EXECUTING_COMMAND 1212
-#define ER_ERROR_MESSAGES 213
+#define ER_WRONG_ARGUMENTS 1210
+#define ER_CONNECT_TO_MASTER 1211
+#define ER_QUERY_ON_MASTER 1212
+#define ER_ERROR_WHEN_EXECUTING_COMMAND 1213
+#define ER_WRONG_USAGE 1214
+#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1215
+#define ER_ERROR_MESSAGES 216