diff options
author | monty@mysql.com <> | 2004-03-19 15:17:56 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-19 15:17:56 +0200 |
commit | 933278a52bb107feab2d4dcfd8b5ba9f51cc1896 (patch) | |
tree | 788ab6bf4fc7ac236c7c862ab122f19dcdd83768 /include/errmsg.h | |
parent | 00630a2640dff553961d31da7476b328633ea7ec (diff) | |
parent | f375eb50f86bee97281819d8360ab14f685ba12f (diff) | |
download | mariadb-git-933278a52bb107feab2d4dcfd8b5ba9f51cc1896.tar.gz |
merge with 4.0 (to get compiler error fixes for innodb)
Diffstat (limited to 'include/errmsg.h')
-rw-r--r-- | include/errmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errmsg.h b/include/errmsg.h index 16f220a7ee2..76a293f3dec 100644 --- a/include/errmsg.h +++ b/include/errmsg.h @@ -63,6 +63,7 @@ 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 /* new 4.1 error codes */ #define CR_NULL_POINTER 2028 |