1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
including client code into embedded server
code to guess what library to use added
net_field_length moved to pack.c
This commit is contained in:
hf@deer.(none)
2003-06-18 15:58:57 +05:00
parent 66ecacb3c3
commit 7e1ce534c9
7 changed files with 58 additions and 77 deletions

View File

@ -341,6 +341,7 @@ void my_thread_end(void);
#ifdef _global_h
ulong STDCALL net_field_length(uchar **packet);
my_ulonglong net_field_length_ll(uchar **packet);
char *net_store_length(char *pkg, ulonglong length);
#endif
#ifdef __cplusplus