mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SCRUM
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
This commit is contained in:
@ -232,6 +232,9 @@ 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);
|
||||
|
||||
/*HFTODO - should remove it
|
||||
*/
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
my_bool net_flush(NET *net);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user