diff options
author | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
commit | c4e3a624b87540794a579d3c48ad93bcaab8c634 (patch) | |
tree | 6f68559f6a79f53926e1432aa904b9520399b6a8 /include/mysql_com.h | |
parent | f5bd6416debbf403bf03fe4b9899c022f447643b (diff) | |
download | mariadb-git-c4e3a624b87540794a579d3c48ad93bcaab8c634.tar.gz |
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?
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 0624782c075..057045bd5a0 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -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 |