summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-11-13 10:29:26 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2021-11-13 10:31:46 +0100
commit72afeaf8a5016256d9ed7b16c73d521b45aa5e85 (patch)
treebe45fb65cb436bb36229348d63fb89fb35df6672
parent5b21a8fafca80596afb905496dbe0fc8f790624c (diff)
downloadmariadb-git-72afeaf8a5016256d9ed7b16c73d521b45aa5e85.tar.gz
MDEV-18439 Windows builds should have core_file=1 by default
reapply patch 96b472c0ae798da43ca9f4735dfafe35b2f38fda It was not merged correctly into 10.5+
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index f1521f4fe1c..e7a40b6eaa4 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -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;