diff options
author | sasha@mysql.sashanet.com <> | 2001-10-12 09:37:25 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-12 09:37:25 -0600 |
commit | 2d3f96b483f3faef645c8506b8b065a2bbeddbf1 (patch) | |
tree | d203061bcdc7881db97565091caac83f2ac56fd4 /client/mysqlmanagerc.c | |
parent | 2f27322adbdd7dc322c78d2beb831cb2ec90790f (diff) | |
download | mariadb-git-2d3f96b483f3faef645c8506b8b065a2bbeddbf1.tar.gz |
changed manager to use my_net_*
fixed bug in master - unregister slaves when they disconnect
Diffstat (limited to 'client/mysqlmanagerc.c')
-rw-r--r-- | client/mysqlmanagerc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlmanagerc.c b/client/mysqlmanagerc.c index 4e34c85d55d..c1aef1317aa 100644 --- a/client/mysqlmanagerc.c +++ b/client/mysqlmanagerc.c @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define MANAGER_CLIENT_VERSION "1.0" +#define MANAGER_CLIENT_VERSION "1.1" #include <my_global.h> #include <mysql.h> @@ -28,7 +28,7 @@ #include <unistd.h> #ifndef MYSQL_MANAGER_PORT -#define MYSQL_MANAGER_PORT 23546 +#define MYSQL_MANAGER_PORT 9305 #endif static void die(const char* fmt, ...); |