~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.h

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
  volatile uint32_t slave_run_id;               /* Incremented on slave start */
205
205
  pthread_mutex_t log_space_lock;
206
206
  pthread_cond_t log_space_cond;
207
 
  THD * sql_thd;
 
207
  Session * sql_thd;
208
208
  int32_t events_till_abort;
209
209
 
210
210
  /* if not set, the value of other members of the structure are undefined */
289
289
  void inc_group_relay_log_pos(uint64_t log_pos,
290
290
                               bool skip_lock=0);
291
291
 
292
 
  int32_t wait_for_pos(THD* thd, String* log_name, int64_t log_pos, 
 
292
  int32_t wait_for_pos(Session* thd, String* log_name, int64_t log_pos, 
293
293
                   int64_t timeout);
294
294
  void close_temporary_tables();
295
295
 
314
314
    return (td);
315
315
  }
316
316
 
317
 
  void cleanup_context(THD *, bool);
 
317
  void cleanup_context(Session *, bool);
318
318
  void clear_tables_to_lock();
319
319
 
320
320
  /*