summaryrefslogtreecommitdiff
path: root/libmysqld/libmysqld.c
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-07-14 16:38:51 +0500
committerunknown <hf@deer.(none)>2003-07-14 16:38:51 +0500
commit90091dee465cef6cd50ef85ed9dd67b06a0edfd2 (patch)
treecfa7135a5a38a92eb1b6324c0848682301a164a4 /libmysqld/libmysqld.c
parentcaeb95a3abfe47be742a77390177bddd50b841e6 (diff)
downloadmariadb-git-90091dee465cef6cd50ef85ed9dd67b06a0edfd2.tar.gz
Some mistakes fixed
libmysql/libmysql.c: was removed by mistake during merging libmysqld/Makefile.am: link should be removed first libmysqld/libmysqld.c: We don't need this line here sql-common/pack.c: Function was moved to old place sql/sql_client.cc: we do need this function
Diffstat (limited to 'libmysqld/libmysqld.c')
-rw-r--r--libmysqld/libmysqld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c
index 16be7d884fa..0a096a88889 100644
--- a/libmysqld/libmysqld.c
+++ b/libmysqld/libmysqld.c
@@ -46,7 +46,6 @@
#define INADDR_NONE -1
#endif
-const char *not_error_sqlstate= "00000";
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_TRANSACTIONS | CLIENT_PROTOCOL_41)
#if defined(MSDOS) || defined(__WIN__)