Commit 72afeaf8 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-18439 Windows builds should have core_file=1 by default

reapply patch 96b472c0
It was not merged correctly into 10.5+
parent 5b21a8fa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment