189
189
#define thr_lock_owner_init(owner, info_arg) (owner)->info= (info_arg)
191
190
void thr_lock_init(THR_LOCK *lock);
192
191
enum enum_thr_lock_result thr_multi_lock(THR_LOCK_DATA **data,
193
192
uint32_t count, THR_LOCK_OWNER *owner);
196
194
} /* namespace drizzled */