Commit a808e97d authored by unknown's avatar unknown
Browse files

Fix compiler error: C++ code in C

parent 09225cef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -698,8 +698,8 @@ get_one_option(int optid,
    break;
  case OPT_STATS_METHOD:
  {
    myisam_stats_method_str= argument;
    int method;
    myisam_stats_method_str= argument;
    if ((method=find_type(argument, &myisam_stats_method_typelib, 2)) <= 0)
    {
      fprintf(stderr, "Invalid value of stats_method: %s.\n", argument);