summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-09-08 13:11:18 +0500
committerunknown <hf@deer.(none)>2003-09-08 13:11:18 +0500
commitd0f9e73a43382b8f53b1d23bd3ffdde8e39f3a5e (patch)
tree9bb4fb9d26d9619c909331d361eb2b1a642f4117 /include/errmsg.h
parent08e274758715ead9d55f6b838a36dd1e732facf6 (diff)
downloadmariadb-git-d0f9e73a43382b8f53b1d23bd3ffdde8e39f3a5e.tar.gz
fix for #1210
include/errmsg.h: Error code added libmysql/errmsg.c: Error message added libmysqld/lib_sql.cc: static inited variable changed to global server_inited libmysqld/libmysqld.c: check for mysql_server_init execution added
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 1f4e6e12f00..a354c125e36 100644
--- a/include/errmsg.h
+++ b/include/errmsg.h
@@ -86,3 +86,4 @@ extern const char *client_errors[]; /* Error messages */
#define CR_SHARED_MEMORY_CONNECT_SET_ERROR 2045
#define CR_CONN_UNKNOW_PROTOCOL 2046
#define CR_INVALID_CONN_HANDLE 2047
+#define CR_MYSQL_SERVER_INIT_MISSED 2048