mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Bug in InnoDB;
file closing in extra/comp_err.c BitKeeper/etc/ignore: added extra/mysqld_ername.h extra/comp_err.c: Added proper closing of the file. innobase/os/os0proc.c: Fixed small bug in innodb.
This commit is contained in:
parent
d520268504
commit
388cd3a7c4
3 changed files with 3 additions and 1 deletions
|
|
@ -243,6 +243,7 @@ static int create_header_files(struct errors *error_head)
|
|||
fprintf(er_definef, "#define ER_ERROR_MESSAGES %d\n", er_count);
|
||||
my_fclose(er_definef, MYF(0));
|
||||
my_fclose(sql_statef, MYF(0));
|
||||
my_fclose(er_namef, MYF(0));
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue