Commit d2989680 authored by unknown's avatar unknown

comp_err.c:

  There are some problems compiling with pure "configure"
  I need to fix it first.


extra/comp_err.c:
  There are some problems compiling with pure "configure"
  I need to fix it first.
parent 4935e67c
......@@ -70,13 +70,15 @@ int main(int argc,char *argv[])
fclose(from);
goto end;
}
#ifdef NEEDS_FIXES
if (!(csnum= get_charset_number(charset_name, MY_CS_PRIMARY)))
{
fprintf(stderr,"Unknown character '%s' in '%s'\n",charset_name, *argv);
fclose(from);
goto end;
}
#endif
if (remember_rows(from,'}') < 0) /* Remember rows */
{
......
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