~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/lock_xt.cc

  • Committer: Brian Aker
  • Date: 2010-05-19 06:14:35 UTC
  • mfrom: (1502.5.12 drizzle_events)
  • Revision ID: brian@gaz-20100519061435-j4i4yn667f1ermvo
Merge of events

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
}
232
232
#endif
233
233
 
234
 
xtBool XTRowLocks::rl_lock_row(XTLockGroupPtr group, XTLockWaitPtr lw, XTRowLockListPtr, int *result, XTThreadPtr thread)
 
234
// Depending on platform 'thread->t_id' may not be used by THR_ARRAY_READ_LOCK().
 
235
xtBool XTRowLocks::rl_lock_row(XTLockGroupPtr group, XTLockWaitPtr lw, XTRowLockListPtr, int *result, XTThreadPtr thread __attribute__((unused)))
235
236
{
236
237
        XTLockItemPtr   item;
237
238
        size_t                  index;