1
0
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:
dlenev@dlenev.mshome
2003-09-14 00:13:41 +04:00
parent fbe49f0c48
commit c0cfae1c8d
42 changed files with 607 additions and 89 deletions

View File

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