summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-03-17 20:04:50 +0300
committerkonstantin@mysql.com <>2004-03-17 20:04:50 +0300
commitb9f51f7081a939132201689b98f180ab90245e0f (patch)
treeb125698d0619b2d35f6b0b36ad5b7aa33826012b /include/errmsg.h
parentb28a13c028846a58fac3e452cba75505015bb3cc (diff)
downloadmariadb-git-b9f51f7081a939132201689b98f180ab90245e0f.tar.gz
WL #1510 "Implement support for "commercial" binaries on handshake",
client library: - implemented 'check_license' function
Diffstat (limited to 'include/errmsg.h')
-rw-r--r--include/errmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errmsg.h b/include/errmsg.h
index 5136af5b87a..24ebe24d786 100644
--- a/include/errmsg.h
+++ b/include/errmsg.h
@@ -63,4 +63,5 @@ extern const char *client_errors[]; /* Error messages */
#define CR_PROBE_MASTER_CONNECT 2025
#define CR_SSL_CONNECTION_ERROR 2026
#define CR_MALFORMED_PACKET 2027
+#define CR_WRONG_LICENSE 2028