mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 4.0.16
This commit is contained in:
@@ -63,7 +63,7 @@ int main(int argc,char *argv[])
|
||||
return(1);
|
||||
}
|
||||
|
||||
VOID(count_rows(from,'"','}')); /* Calculate start-info */
|
||||
VOID(count_rows(from,'"','{')); /* Calculate start-info */
|
||||
if (!charset_name[0])
|
||||
{
|
||||
fprintf(stderr,"Character set is not specified in '%s'\n",*argv);
|
||||
@@ -127,7 +127,7 @@ int main(int argc,char *argv[])
|
||||
if (to)
|
||||
fclose(to);
|
||||
if (error)
|
||||
fprintf(stderr,"Can't uppdate messagefile %s, errno: %d\n",*argv,errno);
|
||||
fprintf(stderr,"Can't update messagefile %s, errno: %d\n",*argv,errno);
|
||||
|
||||
exit(error);
|
||||
return(0);
|
||||
|
||||
Reference in New Issue
Block a user