diff options
author | monty@donna.mysql.com <> | 2000-12-28 19:25:41 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-28 19:25:41 +0200 |
commit | 60677ffd2cceb0c8154ff73c8c17cc080f37bda4 (patch) | |
tree | e5a06533107ae2de5c6723f34705dd081f8c61bf /client/mysqladmin.c | |
parent | 767e2ef6d1cc82ce699418f6a2814ab0823ec320 (diff) | |
download | mariadb-git-60677ffd2cceb0c8154ff73c8c17cc080f37bda4.tar.gz |
Cleanup of tests
Fixed bug with ALTER TABLE on HEAP tables
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r-- | client/mysqladmin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysqladmin.c b/client/mysqladmin.c index 6488d012c1a..35f7f341247 100644 --- a/client/mysqladmin.c +++ b/client/mysqladmin.c @@ -122,7 +122,6 @@ static struct option long_options[] = { {"socket", required_argument, 0, 'S'}, {"sleep", required_argument, 0, 'i'}, #include "sslopt-longopts.h" - {"connect-timeout", required_argument, 0, 't'}, #ifndef DONT_ALLOW_USER_CHANGE {"user", required_argument, 0, 'u'}, #endif |