~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_repl.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 09:29:43 UTC
  • mfrom: (509 drizzle)
  • mto: (509.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013092943-rwvx4a6d85b5l2dh
Merged in trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
bool log_in_use(const char* log_name);
52
52
void adjust_linfo_offsets(my_off_t purge_offset);
53
53
bool show_binlogs(THD* thd);
54
 
extern int init_master_info(Master_info* mi);
55
54
void kill_zombie_dump_threads(uint32_t slave_server_id);
56
55
int check_binlog_magic(IO_CACHE* log, const char** errmsg);
57
56