mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
Implemented support for START SLAVE UNTIL (WL#868)
This commit is contained in:
@ -288,4 +288,7 @@
|
||||
#define ER_CANT_AGGREGATE_NCOLLATIONS 1269
|
||||
#define ER_VARIABLE_IS_NOT_STRUCT 1270
|
||||
#define ER_UNKNOWN_COLLATION 1271
|
||||
#define ER_ERROR_MESSAGES 272
|
||||
#define ER_BAD_SLAVE_UNTIL_COND 1272
|
||||
#define ER_MISSING_SKIP_SLAVE 1273
|
||||
#define ER_UNTIL_COND_IGNORED 1274
|
||||
#define ER_ERROR_MESSAGES 275
|
||||
|
Reference in New Issue
Block a user