1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fixed drop/create database bug when holding global read lock

preserve originating server id in Intvar events to avoid inifinite loops
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-21 15:59:51 -06:00
parent 11e567229a
commit 1e76c806eb
29 changed files with 133 additions and 2 deletions

View File

@@ -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