summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authorpappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-07-21 01:29:57 -0400
committerpappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-07-21 01:29:57 -0400
commit6026054ead01bb2f733529b1a3aa4382a2ced2c0 (patch)
treef28d036bdc60c31c38b1d066b2d9e02fa4e980e6 /include/thr_lock.h
parent69a3209275369e799588a52b3fa748413932e3dc (diff)
parentac6623f08fe059e4ee49c4f3eaa73198b8ca9d82 (diff)
downloadmariadb-git-6026054ead01bb2f733529b1a3aa4382a2ced2c0.tar.gz
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
into c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.0
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r--include/thr_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h
index 8c6540d83e2..ef4e6a7e97b 100644
--- a/include/thr_lock.h
+++ b/include/thr_lock.h
@@ -144,7 +144,7 @@ enum enum_thr_lock_result thr_multi_lock(THR_LOCK_DATA **data,
uint count, THR_LOCK_OWNER *owner);
void thr_multi_unlock(THR_LOCK_DATA **data,uint count);
void thr_abort_locks(THR_LOCK *lock);
-void thr_abort_locks_for_thread(THR_LOCK *lock, pthread_t thread);
+bool thr_abort_locks_for_thread(THR_LOCK *lock, pthread_t thread);
void thr_print_locks(void); /* For debugging */
my_bool thr_upgrade_write_delay_lock(THR_LOCK_DATA *data);
my_bool thr_reschedule_write_lock(THR_LOCK_DATA *data);