mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merged new 3.23 errors
fixed bugs in log seq - now starting to look good fixes for SHOW BINLOG EVENTS will push this one
This commit is contained in:
@@ -208,7 +208,9 @@
|
||||
#define ER_LOCK_WAIT_TIMEOUT 1205
|
||||
#define ER_LOCK_TABLE_FULL 1206
|
||||
#define ER_READ_ONLY_TRANSACTION 1207
|
||||
#define ER_CONNECT_TO_MASTER 1208
|
||||
#define ER_QUERY_ON_MASTER 1209
|
||||
#define ER_SHOW_BINLOG_EVENTS 1210
|
||||
#define ER_ERROR_MESSAGES 211
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user