Commit fb3e11d0 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a missing break

parent 06f6e4fe
......@@ -1406,6 +1406,7 @@ void mysql_read_default_options(struct st_mysql_options *options,
ENSURE_EXTENSIONS_PRESENT(options);
options->extension->enable_cleartext_plugin=
(!opt_arg || atoi(opt_arg) != 0) ? TRUE : FALSE;
break;
default:
DBUG_PRINT("warning",("unknown option: %s",option[0]));
......
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