Loading .bzrignore +1 −0 Original line number Diff line number Diff line Loading @@ -986,3 +986,4 @@ vio/viotest-ssl extra/mysqld_error.h extra/sql_state.h extra/created_include_files extra/mysqld_ername.h extra/comp_err.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 innobase/os/os0proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ os_mem_alloc_large( if (ptr) { if (set_to_zero) { #ifdef UNIV_SET_MEM_TO_ZERO memset(ret, '\0', size); memset(ptr, '\0', size); #endif } Loading Loading
.bzrignore +1 −0 Original line number Diff line number Diff line Loading @@ -986,3 +986,4 @@ vio/viotest-ssl extra/mysqld_error.h extra/sql_state.h extra/created_include_files extra/mysqld_ername.h
extra/comp_err.c +1 −0 Original line number Diff line number Diff line Loading @@ -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
innobase/os/os0proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ os_mem_alloc_large( if (ptr) { if (set_to_zero) { #ifdef UNIV_SET_MEM_TO_ZERO memset(ret, '\0', size); memset(ptr, '\0', size); #endif } Loading