diff options
author | monty@narttu.mysql.fi <> | 2003-06-10 21:42:29 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-06-10 21:42:29 +0300 |
commit | d640ff4a974d5bbb2751c28cfa6db3a53e69bd90 (patch) | |
tree | 89c6a444e8711ecb504294a64b81e9f3f2e6371f /sql/repl_failsafe.cc | |
parent | f4c70678a8a3b4b8f53019252acd422655c8ca3e (diff) | |
download | mariadb-git-d640ff4a974d5bbb2751c28cfa6db3a53e69bd90.tar.gz |
Don't install signal handler for SIGINT by default
Added option --gdb
Free memory used by replicate_xxx and binglog_xxx options
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r-- | sql/repl_failsafe.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index 8ed002ca649..1552b3994e9 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -71,6 +71,7 @@ static int init_failsafe_rpl_thread(THD* thd) if (init_thr_lock() || thd->store_globals()) { close_connection(&thd->net,ER_OUT_OF_RESOURCES); // is this needed? + statistic_increment(aborted_connects,&LOCK_status); end_thread(thd,0); DBUG_RETURN(-1); } |