1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Excluded wrongly merged changeset.

This commit is contained in:
svoj@mysql.com/april.(none)
2007-02-07 01:37:21 +04:00
parent 4a6770e06e
commit db8a7b513c
6 changed files with 45 additions and 82 deletions

View File

@@ -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