diff options
author | sasha@mysql.sashanet.com <> | 2001-05-28 19:18:23 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-28 19:18:23 -0600 |
commit | 8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374 (patch) | |
tree | 555928735ac48778eab810466107750e6e6131a1 /include | |
parent | 8a3f87ab072f274e67259135c88c30a9dff166b9 (diff) | |
download | mariadb-git-8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374.tar.gz |
updates for LOAD DATA FROM MASTER + some cleanup of replication code
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 4f46c40ff49..2a9b7514f82 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -205,4 +205,6 @@ #define ER_SLAVE_THREAD 1202 #define ER_TOO_MANY_USER_CONNECTIONS 1203 #define ER_SET_CONSTANTS_ONLY 1204 -#define ER_ERROR_MESSAGES 205 +#define ER_CONNECT_TO_MASTER 1205 +#define ER_QUERY_ON_MASTER 1206 +#define ER_ERROR_MESSAGES 207 |