mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
fixed a missing break
This commit is contained in:
parent
31a9208bd0
commit
58e78da60f
1 changed files with 1 additions and 0 deletions
|
|
@ -1406,6 +1406,7 @@ void mysql_read_default_options(struct st_mysql_options *options,
|
||||||
ENSURE_EXTENSIONS_PRESENT(options);
|
ENSURE_EXTENSIONS_PRESENT(options);
|
||||||
options->extension->enable_cleartext_plugin=
|
options->extension->enable_cleartext_plugin=
|
||||||
(!opt_arg || atoi(opt_arg) != 0) ? TRUE : FALSE;
|
(!opt_arg || atoi(opt_arg) != 0) ? TRUE : FALSE;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DBUG_PRINT("warning",("unknown option: %s",option[0]));
|
DBUG_PRINT("warning",("unknown option: %s",option[0]));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue