Commit b722aae6 authored by Michael Widenius's avatar Michael Widenius

Allow unique prefix for command line options, like any GNU program.

parent 5f0c9199
...@@ -869,12 +869,6 @@ static int findopt(char *optpat, uint length, ...@@ -869,12 +869,6 @@ static int findopt(char *optpat, uint length,
} }
} }
} }
if (is_prefix && count == 1)
my_getopt_error_reporter(WARNING_LEVEL,
"Using unique option prefix %.*s instead of %s "
"is deprecated and will be removed in a future "
"release. Please use the full name instead.",
length, optpat, *ffname);
DBUG_RETURN(count); DBUG_RETURN(count);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment