summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-12-18 15:51:22 +0400
committerhf@deer.(none) <>2003-12-18 15:51:22 +0400
commit42799cc584c29f513cf3d3f957addd1c44f704d0 (patch)
tree2785059bf0f530b8d1cff70378904178e52fb05e /include/errmsg.h
parent2b53eef5f00364464652847065a81a32571cc73f (diff)
downloadmariadb-git-42799cc584c29f513cf3d3f957addd1c44f704d0.tar.gz
Fix for #2126 (mysql_server_init call shouldn't be needed)
now mysql_server_init is called from mysql_init with fake parameters mysql_once_init code included to mysql_server_init. embedded-specific initialization is in init_embedded_server function
Diffstat (limited to 'include/errmsg.h')
-rw-r--r--include/errmsg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/errmsg.h b/include/errmsg.h
index 24326b1efef..8f3ddfa9796 100644
--- a/include/errmsg.h
+++ b/include/errmsg.h
@@ -86,5 +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
-#define CR_SECURE_AUTH 2049
+#define CR_SECURE_AUTH 2048