1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
embedded-related changes
This commit is contained in:
hf@deer.mysql.r18.ru
2003-01-20 18:47:25 +04:00
parent 96089e2b3a
commit 1f6b615677
15 changed files with 89 additions and 851 deletions

View File

@ -227,7 +227,12 @@ void my_net_local_init(NET *net);
void net_end(NET *net);
void net_clear(NET *net);
my_bool net_realloc(NET *net, unsigned long length);
#ifndef EMBEDDED_LIBRARY
my_bool net_flush(NET *net);
#else
#define net_flush(A) (0)
#endif
my_bool my_net_write(NET *net,const char *packet,unsigned long len);
my_bool net_write_command(NET *net,unsigned char command,
const char *header, unsigned long head_len,