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.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 4f46c40ff49..106c49dc110 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -205,4 +205,12 @@
#define ER_SLAVE_THREAD 1202
#define ER_TOO_MANY_USER_CONNECTIONS 1203
#define ER_SET_CONSTANTS_ONLY 1204
-#define ER_ERROR_MESSAGES 205
+#define ER_LOCK_WAIT_TIMEOUT 1205
+#define ER_LOCK_TABLE_FULL 1206
+#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_SHOW_BINLOG_EVENTS 1212
+#define ER_ERROR_MESSAGES 213