diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index e412f95a8e4..cfcf7672013 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -208,4 +208,6 @@ #define ER_LOCK_WAIT_TIMEOUT 1205 #define ER_LOCK_TABLE_FULL 1206 #define ER_READ_ONLY_TRANSACTION 1207 -#define ER_ERROR_MESSAGES 208 +#define ER_DROP_DB_WITH_READ_LOCK 1208 +#define ER_CREATE_DB_WITH_READ_LOCK 1209 +#define ER_ERROR_MESSAGES 210 |