~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.h

MergedĀ fromĀ lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
int32_t purge_relay_logs(Relay_log_info* rli, THD *thd, bool just_reset,
200
200
                     const char** errmsg);
201
201
void set_slave_thread_options(THD* thd);
202
 
void set_slave_thread_default_charset(THD *thd, Relay_log_info const *rli);
203
202
void rotate_relay_log(Master_info* mi);
204
203
int32_t apply_event_and_update_pos(Log_event* ev, THD* thd, Relay_log_info* rli,
205
204
                               bool skip);