mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
MDEV-18439 Windows builds should have core_file=1 by default
reapply patch 96b472c0ae
It was not merged correctly into 10.5+
This commit is contained in:
parent
5b21a8fafc
commit
72afeaf8a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue