diff options
author | jani@rhols221.adsl.netsonic.fi <> | 2002-05-15 20:24:00 +0300 |
---|---|---|
committer | jani@rhols221.adsl.netsonic.fi <> | 2002-05-15 20:24:00 +0300 |
commit | d99be9ab431e3d6de30558921223f72c4d43053e (patch) | |
tree | ee75aee2ff5951395c94fffc89097299f10f9e21 /client/mysqlcheck.c | |
parent | e68ebac9db522a34e475a34460443e8f71271699 (diff) | |
download | mariadb-git-d99be9ab431e3d6de30558921223f72c4d43053e.tar.gz |
Changed GET_STRALC to GET_STR_ALLOC
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r-- | client/mysqlcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c index dec002bff17..f77d71836f0 100644 --- a/client/mysqlcheck.c +++ b/client/mysqlcheck.c @@ -94,7 +94,7 @@ static struct my_option my_long_options[] = {"help", '?', "Display this help message and exit.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"host",'h', "Connect to host.", (gptr*) ¤t_host, - (gptr*) ¤t_host, 0, GET_STRALC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, + (gptr*) ¤t_host, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"medium-check", 'm', "Faster than extended-check, but only finds 99.99 percent of all errors. Should be good enough for most cases.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, |