~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/thr_lock.h

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  pthread_cond_t *cond;
108
108
  enum thr_lock_type type;
109
109
  void *status_param;                   /* Param to status functions */
110
 
  void *debug_print_param;
111
110
} THR_LOCK_DATA;
112
111
 
113
112
struct st_lock_list {