summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-06-08 19:24:41 -0600
committersasha@mysql.sashanet.com <>2001-06-08 19:24:41 -0600
commit24f89c754ae9d7b8c40c7ae89857ce5d928fad9e (patch)
treef46251fc12dc5ff80de5c799174f04ad0fc2487d /include/errmsg.h
parent3aafd368a4ecf7264fa30fa5d9a3915da4aaa18b (diff)
downloadmariadb-git-24f89c754ae9d7b8c40c7ae89857ce5d928fad9e.tar.gz
auto-magic replication redirection logic support in the client,
compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
Diffstat (limited to 'include/errmsg.h')
-rw-r--r--include/errmsg.h7
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
+
+
+