summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 2e8c3f265b8..7eac3b113d2 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -232,7 +232,7 @@ my_bool net_realloc(NET *net, unsigned long length);
#ifndef EMBEDDED_LIBRARY
my_bool net_flush(NET *net);
#else
-#define net_flush(A) (0)
+#define net_flush(A)
#endif
my_bool my_net_write(NET *net,const char *packet,unsigned long len);