1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Libmysqld improvements

This commit is contained in:
hf@genie.(none)
2002-11-06 14:42:44 +04:00
parent a6b0579fcd
commit 3a7c12b22a
6 changed files with 625 additions and 77 deletions

View File

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