diff options
author | sasha@mysql.sashanet.com <> | 2001-06-08 19:26:11 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-08 19:26:11 -0600 |
commit | a6788beace6a020db7a0c28a402637b459aa4bf6 (patch) | |
tree | 2686922d9044bcd3e7b746e168c2560b74ed3ed3 /include/errmsg.h | |
parent | bd115b913b8968718794295fde2a6dc8cee33045 (diff) | |
parent | 24f89c754ae9d7b8c40c7ae89857ce5d928fad9e (diff) | |
download | mariadb-git-a6788beace6a020db7a0c28a402637b459aa4bf6.tar.gz |
Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
Diffstat (limited to 'include/errmsg.h')
-rw-r--r-- | include/errmsg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/errmsg.h b/include/errmsg.h index 12a3ee5557a..427174ffa53 100644 --- a/include/errmsg.h +++ b/include/errmsg.h @@ -54,3 +54,10 @@ extern const char *client_errors[]; /* Error messages */ #define CR_CANT_READ_CHARSET 2019 #define CR_NET_PACKET_TOO_LARGE 2020 #define CR_EMBEDDED_CONNECTION 2021 +#define CR_PROBE_SLAVE_STATUS 2022 +#define CR_PROBE_SLAVE_HOSTS 2023 +#define CR_PROBE_SLAVE_CONNECT 2024 +#define CR_PROBE_MASTER_CONNECT 2025 + + + |