Fixed compile warning.

This commit is contained in:
Sears Russell 2006-10-07 20:05:54 +00:00
parent e81bf95553
commit e961a2bdb8

View file

@ -69,7 +69,7 @@ static int operate_dealloc_region(int xid, Page * p, lsn_t lsn, recordid rid, co
assert(0 == holding_mutex); assert(0 == holding_mutex);
holding_mutex = pthread_self(); holding_mutex = pthread_self();
operate_dealloc_region_unlocked(xid, p, lsn, rid, datP); ret = operate_dealloc_region_unlocked(xid, p, lsn, rid, datP);
holding_mutex = 0; holding_mutex = 0;
pthread_mutex_unlock(&region_mutex); pthread_mutex_unlock(&region_mutex);