mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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.
This commit is contained in:
@@ -70,13 +70,15 @@ int main(int argc,char *argv[])
|
|||||||
fclose(from);
|
fclose(from);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef NEEDS_FIXES
|
||||||
if (!(csnum= get_charset_number(charset_name, MY_CS_PRIMARY)))
|
if (!(csnum= get_charset_number(charset_name, MY_CS_PRIMARY)))
|
||||||
{
|
{
|
||||||
fprintf(stderr,"Unknown character '%s' in '%s'\n",charset_name, *argv);
|
fprintf(stderr,"Unknown character '%s' in '%s'\n",charset_name, *argv);
|
||||||
fclose(from);
|
fclose(from);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (remember_rows(from,'}') < 0) /* Remember rows */
|
if (remember_rows(from,'}') < 0) /* Remember rows */
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user