diff options
author | pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2005-07-20 21:58:33 -0400 |
---|---|---|
committer | pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2005-07-20 21:58:33 -0400 |
commit | 9663b9a974b56e18baa09c928821864a7a40fa26 (patch) | |
tree | 67806b9ee022b7209440238f0cf7228d9e910a58 /include | |
parent | 3d0d5eb25bf232a7d28281823082fb1659d5dc48 (diff) | |
parent | 4cb963439aa7bfc1db37715282e8497f75f0cf94 (diff) | |
download | mariadb-git-9663b9a974b56e18baa09c928821864a7a40fa26.tar.gz |
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.0
into c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-4.1
Diffstat (limited to 'include')
-rw-r--r-- | include/thr_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h index 947b17bf2b6..fbedaf1601d 100644 --- a/include/thr_lock.h +++ b/include/thr_lock.h @@ -111,7 +111,7 @@ void thr_unlock(THR_LOCK_DATA *data); int thr_multi_lock(THR_LOCK_DATA **data,uint count); 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); |