summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-12 09:37:25 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-12 09:37:25 -0600
commita6c58676835f9424a5167a522497f1a20a5f03ee (patch)
treed203061bcdc7881db97565091caac83f2ac56fd4 /include
parentd34950e8d2db7a28c92c5129edc63a11bba0792d (diff)
downloadmariadb-git-a6c58676835f9424a5167a522497f1a20a5f03ee.tar.gz
changed manager to use my_net_*
fixed bug in master - unregister slaves when they disconnect client/mysqlmanagerc.c: changed default port include/mysql.h: use my_net_* libmysql/manager.c: use my_net_* mysql-test/mysql-test-run.sh: added support for client strace sql/sql_parse.cc: unregister slaves on disconnect sql/sql_repl.cc: unregister slaves on disconnect sql/sql_repl.h: unregister slaves on disconnect tools/mysqlmanager.c: changed to use my_net_*
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 439354c5d98..5158fef6045 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -238,7 +238,7 @@ typedef struct st_mysql_res {
typedef struct st_mysql_manager
{
- Vio* vio;
+ NET net;
char *host,*user,*passwd;
unsigned int port;
my_bool free_me;