~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/slave.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 
176
176
bool show_master_info(THD* thd, Master_info* mi);
177
177
bool show_binlog_info(THD* thd);
178
 
bool rpl_master_has_bug(Relay_log_info *rli, uint bug_id);
 
178
bool rpl_master_has_bug(const Relay_log_info *rli, uint bug_id, bool report,
 
179
                        bool (*pred)(const void *), const void *param);
 
180
bool rpl_master_erroneous_autoinc(THD* thd);
179
181
 
180
182
const char *print_slave_db_safe(const char *db);
181
183
int check_expected_error(THD* thd, Relay_log_info const *rli, int error_code);