diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-10-16 01:11:42 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-10-16 01:11:42 +0400 |
commit | 3bb00f19461d2a8a277e5382fdc271f1c73318ab (patch) | |
tree | d9065df5406f4fe7eb128aaf2f38d22e60b77dd4 /include/mysql_com.h | |
parent | ded234de1e3a3b7f012ce1794de7829f446d1c4b (diff) | |
download | mariadb-git-3bb00f19461d2a8a277e5382fdc271f1c73318ab.tar.gz |
Backport of:
------------------------------------------------------------
revno: 2476.657.208
committer: anozdrin/alik@station.
timestamp: Tue 2007-12-04 17:22:53 +0300
message:
Remove rpl_probe, enable_rpl_parse and disable_rpl_parse commands
from mysqltest, the corresponding funtctions have been removed from
MySQL C API
client/mysqltest.cc:
Remove unused functions.
libmysql/CMakeLists.txt:
Remove manager.c from Windows build.
sql-common/client.c:
A post-merge fix.
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 5e1b6b8504a..2641aeda205 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -408,10 +408,6 @@ void my_net_set_write_timeout(NET *net, uint timeout); void my_net_set_read_timeout(NET *net, uint timeout); #endif -/* - The following function is not meant for normal usage - Currently it's used internally by manager.c -*/ struct sockaddr; int my_connect(my_socket s, const struct sockaddr *name, unsigned int namelen, unsigned int timeout); |