1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed a missing break

This commit is contained in:
Georgi Kodinov
2012-07-05 10:18:18 +03:00
parent 06f6e4fe95
commit fb3e11d0ab

View File

@@ -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]));