diff options
author | unknown <svoj@mysql.com/april.(none)> | 2007-02-07 01:37:21 +0400 |
---|---|---|
committer | unknown <svoj@mysql.com/april.(none)> | 2007-02-07 01:37:21 +0400 |
commit | efc2771dde0c8407ac5b0dd8e83ac58ba8853076 (patch) | |
tree | d528e3ead8992fb52e054d28992ba3843c068e9a /include/my_pthread.h | |
parent | c52165de13ca62c2a596ea05c01e07807432d605 (diff) | |
download | mariadb-git-efc2771dde0c8407ac5b0dd8e83ac58ba8853076.tar.gz |
Excluded wrongly merged changeset.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 9 |
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 |