mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SCRUM
Including client code into embedded library Code trimming (fixes of comments etc)
This commit is contained in:
@ -41,9 +41,7 @@
|
||||
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
|
||||
#ifdef MYSQL_SERVER
|
||||
#undef MYSQL_SERVER
|
||||
#endif
|
||||
|
||||
#ifndef MYSQL_CLIENT
|
||||
#define MYSQL_CLIENT
|
||||
@ -51,9 +49,7 @@
|
||||
|
||||
#define CLI_MYSQL_REAL_CONNECT cli_mysql_real_connect
|
||||
|
||||
#ifdef net_flush
|
||||
#undef net_flush
|
||||
#endif
|
||||
my_bool net_flush(NET *net);
|
||||
|
||||
#else /*EMBEDDED_LIBRARY*/
|
||||
|
Reference in New Issue
Block a user