diff options
author | dlenev@dlenev.mshome <> | 2003-09-14 00:13:41 +0400 |
---|---|---|
committer | dlenev@dlenev.mshome <> | 2003-09-14 00:13:41 +0400 |
commit | c0cfae1c8d87d166e631d79d724d294a9f694e92 (patch) | |
tree | 5d68689653a823809f04d554c86913c3fe9148ab /include | |
parent | fbe49f0c4875506d74c8daeaf9d5b03fd5f6a115 (diff) | |
download | mariadb-git-c0cfae1c8d87d166e631d79d724d294a9f694e92.tar.gz |
Implemented support for START SLAVE UNTIL (WL#868)
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 17ededfbb52..2f74e8c3dc6 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -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 |