summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <svoj@mysql.com/april.(none)>2007-02-07 01:37:21 +0400
committerunknown <svoj@mysql.com/april.(none)>2007-02-07 01:37:21 +0400
commitefc2771dde0c8407ac5b0dd8e83ac58ba8853076 (patch)
treed528e3ead8992fb52e054d28992ba3843c068e9a /include/my_pthread.h
parentc52165de13ca62c2a596ea05c01e07807432d605 (diff)
downloadmariadb-git-efc2771dde0c8407ac5b0dd8e83ac58ba8853076.tar.gz
Excluded wrongly merged changeset.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 4d9f5350b1e..a3e1007bf31 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -690,15 +690,6 @@ extern uint my_thread_end_wait_time;
Keep track of shutdown,signal, and main threads so that my_end() will not
report errors with them
*/
-
-/* Which kind of thread library is in use */
-
-#define THD_LIB_OTHER 1
-#define THD_LIB_NPTL 2
-#define THD_LIB_LT 4
-
-extern uint thd_lib_detected;
-
/* statistics_xxx functions are for not essential statistic */
#ifndef thread_safe_increment