summaryrefslogtreecommitdiff
path: root/libmysqld/libmysqld.c
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-09-18 12:25:00 +0500
committerunknown <hf@deer.(none)>2003-09-18 12:25:00 +0500
commit4535f6897f5ee132d086e0bd98bbc3a1fdaea54a (patch)
treefaa8a819d28509f6d514615b085cffbca009dd3d /libmysqld/libmysqld.c
parentd1e3e9f38f8555aa89422781506f4d99796bd738 (diff)
downloadmariadb-git-4535f6897f5ee132d086e0bd98bbc3a1fdaea54a.tar.gz
SCRUM
prepared statements in embedded library include/mysql_com.h: to make net_flush() working in expressions libmysqld/lib_sql.cc: some bugs fixed libmysqld/libmysqld.c: we already have the define in client_settings.h sql/protocol.cc: net_store_data should work that way in Protocol_prep (embedded server) sql/protocol.h: definition for net_store_data sql/sql_prepare.cc: now it works in embedded library
Diffstat (limited to 'libmysqld/libmysqld.c')
-rw-r--r--libmysqld/libmysqld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c
index 96e77aa340f..67dc00e4c1b 100644
--- a/libmysqld/libmysqld.c
+++ b/libmysqld/libmysqld.c
@@ -47,8 +47,6 @@
#define INADDR_NONE -1
#endif
-#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_TRANSACTIONS | CLIENT_PROTOCOL_41)
-
#if defined(MSDOS) || defined(__WIN__)
#define ERRNO WSAGetLastError()
#define perror(A)