Commit dc981fc2 authored by serg@janus.mylan's avatar serg@janus.mylan

added a necessary break

parent da240229
...@@ -7857,14 +7857,13 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), ...@@ -7857,14 +7857,13 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
myisam_concurrent_insert= 0; /* --skip-concurrent-insert */ myisam_concurrent_insert= 0; /* --skip-concurrent-insert */
break; break;
case OPT_TC_HEURISTIC_RECOVER: case OPT_TC_HEURISTIC_RECOVER:
{
if ((tc_heuristic_recover=find_type(argument, if ((tc_heuristic_recover=find_type(argument,
&tc_heuristic_recover_typelib, 2)) <=0) &tc_heuristic_recover_typelib, 2)) <=0)
{ {
fprintf(stderr, "Unknown option to tc-heuristic-recover: %s\n",argument); fprintf(stderr, "Unknown option to tc-heuristic-recover: %s\n",argument);
exit(1); exit(1);
} }
} break;
case OPT_MYISAM_STATS_METHOD: case OPT_MYISAM_STATS_METHOD:
{ {
ulong method_conv; ulong method_conv;
......
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