summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-09-18 12:25:00 +0500
committerhf@deer.(none) <>2003-09-18 12:25:00 +0500
commit7dd4cb58d64e55a72283e33deeadf8fa2ed38e56 (patch)
treefaa8a819d28509f6d514615b085cffbca009dd3d /sql/protocol.h
parentccc28f46de2eaff4f15e0958851815779fcf87a4 (diff)
downloadmariadb-git-7dd4cb58d64e55a72283e33deeadf8fa2ed38e56.tar.gz
SCRUM
prepared statements 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);