diff options
author | sasha@mysql.sashanet.com <> | 2001-06-21 15:59:51 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-21 15:59:51 -0600 |
commit | 1e76c806eb348c6fc6b56824c22f312821017f1e (patch) | |
tree | f90722a876cbb527957b82b81c5f4ebc17aa7864 /include/mysqld_error.h | |
parent | 11e567229ac41541908f976b130ff792bd6754d6 (diff) | |
download | mariadb-git-1e76c806eb348c6fc6b56824c22f312821017f1e.tar.gz |
fixed drop/create database bug when holding global read lock
preserve originating server id in Intvar events to avoid inifinite loops
Diffstat (limited to 'include/mysqld_error.h')
-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 |