mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
SCRUM
prepared statements in embedded library
This commit is contained in:
@@ -245,7 +245,7 @@ my_bool net_realloc(NET *net, unsigned long length);
|
||||
#ifndef EMBEDDED_LIBRARY /* To be removed by HF */
|
||||
my_bool net_flush(NET *net);
|
||||
#else
|
||||
#define net_flush(A)
|
||||
#define net_flush(A) ((my_bool)0)
|
||||
#endif
|
||||
|
||||
my_bool my_net_write(NET *net,const char *packet,unsigned long len);
|
||||
|
Reference in New Issue
Block a user