diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-08-28 12:22:55 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-08-28 12:22:55 +0300 |
commit | 8c31792caec59295e83a9ee928a3c274c5d69fb7 (patch) | |
tree | 1b3aa84b6834dad1471c98ff26c673763a4c509f /include/my_pthread.h | |
parent | e87d47ea30725c4a59a37fbadf675728cc89e3b5 (diff) | |
parent | 06d80f111958ff9bebc9ccb4c58b9ba362484c00 (diff) | |
download | mariadb-git-8c31792caec59295e83a9ee928a3c274c5d69fb7.tar.gz |
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B28284-5.1-opt
include/my_pthread.h:
Auto merged
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index 3041d43c773..eb390c2acc4 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -519,6 +519,7 @@ typedef struct st_my_pthread_fastmutex_t pthread_mutex_t mutex; uint spins; } my_pthread_fastmutex_t; +void fastmutex_global_init(void); int my_pthread_fastmutex_init(my_pthread_fastmutex_t *mp, const pthread_mutexattr_t *attr); |