~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/slave.h

Removed/replaced DBUG symbols and standardized TRUE/FALSE

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, bool report=TRUE);
 
178
bool rpl_master_has_bug(Relay_log_info *rli, uint bug_id, bool report= true);
179
179
bool rpl_master_erroneous_autoinc(THD* thd);
180
180
 
181
181
const char *print_slave_db_safe(const char *db);