diff options
author | hf@deer.(none) <> | 2003-09-18 12:25:00 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-09-18 12:25:00 +0500 |
commit | 7dd4cb58d64e55a72283e33deeadf8fa2ed38e56 (patch) | |
tree | faa8a819d28509f6d514615b085cffbca009dd3d /sql/protocol.h | |
parent | ccc28f46de2eaff4f15e0958851815779fcf87a4 (diff) | |
download | mariadb-git-7dd4cb58d64e55a72283e33deeadf8fa2ed38e56.tar.gz |
SCRUM
prepared statements in embedded library
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 1 |
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); |