~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/sql_repl.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  bool wrote_create_file, log_delayed;
61
61
} LOAD_FILE_INFO;
62
62
 
63
 
int log_loaded_block(IO_CACHE* file);
 
63
int log_loaded_block(IO_CACHE *, const uchar *, uint, my_off_t);
64
64
int init_replication_sys_vars();
65
65
 
66
66
#endif /* HAVE_REPLICATION */