~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to server/slave.h

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
int32_t init_slave();
147
147
void init_slave_skip_errors(const char* arg);
148
148
bool flush_relay_log_info(Relay_log_info* rli);
149
 
int32_t register_slave_on_master(MYSQL* mysql);
 
149
int32_t register_slave_on_master(DRIZZLE *drizzle);
150
150
int32_t terminate_slave_threads(Master_info* mi, int32_t thread_mask,
151
151
                             bool skip_lock = 0);
152
152
int32_t start_slave_threads(bool need_slave_mutex, bool wait_for_start,
172
172
 
173
173
/* retrieve table from master and copy to slave*/
174
174
int32_t fetch_master_table(THD* thd, const char* db_name, const char* table_name,
175
 
                       Master_info* mi, MYSQL* mysql, bool overwrite);
 
175
                       Master_info* mi, DRIZZLE *drizzle, bool overwrite);
176
176
 
177
177
bool show_master_info(THD* thd, Master_info* mi);
178
178
bool show_binlog_info(THD* thd);