mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Libmysqld improvements
This commit is contained in:
@ -178,6 +178,9 @@ public:
|
||||
convert_array(from_map, (uchar*) a,length);
|
||||
}
|
||||
bool store(String *, const char *,uint);
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
void convert_back(char *dest, const char *source, uint length) const;
|
||||
#endif
|
||||
inline uint number() { return numb; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user