Skip to content

Commit

Permalink
fixed a missing break
Browse files Browse the repository at this point in the history
--BZR--
revision-id: [email protected]
property-audit-revid: [email protected]
property-branch-nick: B12998841-5.5
testament3-sha1: 43f4fac723c50981dbdf283770b8d8db6df0d528
  • Loading branch information
gkodinov committed Jul 5, 2012
1 parent 22c7e06 commit 6dcaf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-common/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
Expand Down

0 comments on commit 6dcaf7f

Please sign in to comment.