summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-07-27 13:24:59 +0300
committerunknown <monty@mysql.com>2005-07-27 13:24:59 +0300
commitd70aead730c1043ddcee0a8cd8a1f5dffafaf402 (patch)
tree7f3dd2c80370d2c811475198141e5ab89b19adb0 /mysys/thr_lock.c
parent8bb396dc1442861e11758c8ac410af129a5c359e (diff)
parent90e41facf78150df4f8d387f6d44647957c7a8a0 (diff)
downloadmariadb-git-d70aead730c1043ddcee0a8cd8a1f5dffafaf402.tar.gz
Merge mysql.com:/home/my/mysql-4.0
into mysql.com:/home/my/mysql-4.1 BitKeeper/etc/ignore: auto-union include/thr_lock.h: Auto merged mysys/thr_lock.c: Auto merged sql/lock.cc: Auto merged sql/mysql_priv.h: Auto merged sql/slave.cc: Auto merged sql/sql_base.cc: Simple merge
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r--mysys/thr_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/thr_lock.c b/mysys/thr_lock.c
index fbdf344e29a..dc4959f23c1 100644
--- a/mysys/thr_lock.c
+++ b/mysys/thr_lock.c
@@ -966,10 +966,10 @@ void thr_abort_locks(THR_LOCK *lock)
This is used to abort all locks for a specific thread
*/
-bool thr_abort_locks_for_thread(THR_LOCK *lock, pthread_t thread)
+my_bool thr_abort_locks_for_thread(THR_LOCK *lock, pthread_t thread)
{
THR_LOCK_DATA *data;
- bool found= FALSE;
+ my_bool found= FALSE;
DBUG_ENTER("thr_abort_locks_for_thread");
pthread_mutex_lock(&lock->mutex);