summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 1a7d2b2d9a8..2ffc491fc91 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -698,8 +698,8 @@ get_one_option(int optid,
break;
case OPT_STATS_METHOD:
{
- myisam_stats_method_str= argument;
int method;
+ myisam_stats_method_str= argument;
if ((method=find_type(argument, &myisam_stats_method_typelib, 2)) <= 0)
{
fprintf(stderr, "Invalid value of stats_method: %s.\n", argument);