mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
SCRUM
Including client code into embedded library Code trimming (fixes of comments etc)
This commit is contained in:
@@ -234,9 +234,7 @@ 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
|
||||
#ifndef EMBEDDED_LIBRARY /* To be removed by HF */
|
||||
my_bool net_flush(NET *net);
|
||||
#else
|
||||
#define net_flush(A)
|
||||
|
@@ -19,9 +19,7 @@
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
|
||||
/* Things we don't need in the embedded version of MySQL */
|
||||
/*HFTODO
|
||||
#undef HAVE_VIO - if we don't want client in embedded library
|
||||
*/
|
||||
/* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */
|
||||
|
||||
#undef HAVE_PSTACK /* No stacktrace */
|
||||
#undef HAVE_DLOPEN /* No udf functions */
|
||||
|
@@ -220,8 +220,7 @@ enum SSL_type
|
||||
};
|
||||
|
||||
|
||||
/* HFTODO - hide this if we don't want client in embedded server
|
||||
*/
|
||||
/* HFTODO - hide this if we don't want client in embedded server */
|
||||
/* This structure is for every connection on both sides */
|
||||
struct st_vio
|
||||
{
|
||||
|
Reference in New Issue
Block a user