Skip to content

Commit

Permalink
MDEV-18439 Windows builds should have core_file=1 by default
Browse files Browse the repository at this point in the history
reapply patch 96b472c
It was not merged correctly into 10.5+
  • Loading branch information
vaintroub committed Nov 13, 2021
1 parent 5b21a8f commit 72afeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysqld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,7 @@ static int mysql_init_variables(void)
disable_log_notes= 0;
mqh_used= 0;
cleanup_done= 0;
test_flags= select_errors= dropping_tables= ha_open_options=0;
select_errors= dropping_tables= ha_open_options=0;
THD_count::count= CONNECT::count= 0;
slave_open_temp_tables= 0;
opt_endinfo= using_udf_functions= 0;
Expand Down

0 comments on commit 72afeaf

Please sign in to comment.