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
commitbfb441a5bfe17222e09c05e94c24a11da57e53e7 (patch)
treefaa8a819d28509f6d514615b085cffbca009dd3d /sql/protocol.h
parentee7f8d15db181e4435e102792c767b70c358fbaf (diff)
downloadmariadb-git-bfb441a5bfe17222e09c05e94c24a11da57e53e7.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);