Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-05-11 14:39:35+02:00, msvensson@stripped +1 -0
Remove function 'abort_thread' since it's not used anymore
sql/mysqld.cc@stripped, 2007-05-11 14:39:34+02:00, msvensson@stripped +0 -17
Remove function 'abort_thread' since it's not used anymore
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.614/sql/mysqld.cc 2007-05-11 14:33:49 +02:00
+++ 1.615/sql/mysqld.cc 2007-05-11 14:39:34 +02:00
@@ -1711,23 +1711,6 @@ void flush_thread_cache()
}
-/*
- Aborts a thread nicely. Commes here on SIGPIPE
- TODO: One should have to fix that thr_alarm know about this
- thread too.
-*/
-
-#ifdef THREAD_SPECIFIC_SIGPIPE
-extern "C" sig_handler abort_thread(int sig __attribute__((unused)))
-{
- THD *thd=current_thd;
- DBUG_ENTER("abort_thread");
- if (thd)
- thd->killed= THD::KILL_CONNECTION;
- DBUG_VOID_RETURN;
-}
-#endif
-
/******************************************************************************
Setup a signal thread with handles all signals.
Because Linux doesn't support schemas use a mutex to check that
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2484) | msvensson | 11 May |