summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-29 14:21:13 +0200
committerunknown <monty@donna.mysql.com>2001-01-29 14:21:13 +0200
commit9594af0fa993acef926cc6e8f7822c823d1fdf54 (patch)
tree607bf0a38b47f9f5f64c7e7f7de80eaf9220e6d5 /client/mysqltest.c
parentd169f8c838b3bf5ea9733944ca8b23666f94202b (diff)
downloadmariadb-git-9594af0fa993acef926cc6e8f7822c823d1fdf54.tar.gz
Removed that --port defaults to TCP/IP
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 7c708254f1c..953f770240b 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1154,10 +1154,6 @@ int parse_args(int argc, char **argv)
tty_password=1;
break;
case 'P':
- if(!host) {
- my_free(host, MYF(MY_ALLOW_ZERO_PTR));
- host=my_strdup("127.0.0.1", MYF(MY_WME));
- };
port = atoi(optarg);
break;
case 'S':