diff options
author | brian@avenger.(none) <> | 2004-11-30 10:10:40 -0800 |
---|---|---|
committer | brian@avenger.(none) <> | 2004-11-30 10:10:40 -0800 |
commit | b85f4677d594ef6bea154fbb0511bb70a2271bac (patch) | |
tree | 1f0afa7d9329a51b6fd4a5de7db6fbe43b47d328 /client/mysqladmin.cc | |
parent | 0285686fd8c86c5cdf79775f3bd3b0e9ee563b01 (diff) | |
parent | aec0b4e4d784eb406386c0e3b41725c9c546d97d (diff) | |
download | mariadb-git-b85f4677d594ef6bea154fbb0511bb70a2271bac.tar.gz |
Merge for Matt for Innodb bug.
Diffstat (limited to 'client/mysqladmin.cc')
-rw-r--r-- | client/mysqladmin.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc index fe450868342..37c4971497a 100644 --- a/client/mysqladmin.cc +++ b/client/mysqladmin.cc @@ -126,8 +126,8 @@ static TYPELIB command_typelib= static struct my_option my_long_options[] = { #ifdef __NETWARE__ - {"autoclose", 'a', " Auto close the screen on exit for NetWare", - 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, + {"autoclose", 'a', " Auto close the screen on exit for NetWare", + 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, #endif {"count", 'c', "Number of iterations to make. This works with -i (--sleep) only.", |