1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
prepared statements in embedded library
This commit is contained in:
hf@deer.(none)
2003-09-18 12:25:00 +05:00
parent ccc28f46de
commit 7dd4cb58d6
6 changed files with 15 additions and 9 deletions

View File

@ -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);