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
commitbed83967829fddd08fcd7ccaf6d0bd0b4e14b651 (patch)
treecfa7135a5a38a92eb1b6324c0848682301a164a4 /libmysqld/libmysqld.c
parent68a9dd691edb7ceb01cedd225177410ece716f6e (diff)
downloadmariadb-git-bed83967829fddd08fcd7ccaf6d0bd0b4e14b651.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__)