summaryrefslogtreecommitdiff
path: root/sql/protocol.h
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 /sql/protocol.h
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 'sql/protocol.h')
-rw-r--r--sql/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 8986757922e..94fd303e259 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -127,6 +127,7 @@ public:
virtual void prepare_for_resend();
#ifdef EMBEDDED_LIBRARY
virtual bool write();
+ bool net_store_data(const char *from, uint length);
#endif
virtual bool store_null();
virtual bool store_tiny(longlong from);