mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
new version of help
This commit is contained in:
@ -60,6 +60,8 @@ public:
|
||||
{ return store_longlong((longlong) from, 0); }
|
||||
inline bool store(ulonglong from)
|
||||
{ return store_longlong((longlong) from, 1); }
|
||||
inline bool store(String *str)
|
||||
{ return store(str->c_ptr(),str->length(),str->charset()); }
|
||||
|
||||
virtual bool prepare_for_send(List<Item> *item_list)
|
||||
{
|
||||
|
Reference in New Issue
Block a user