mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03: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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user