~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/replication.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#include "rpl_filter.h"
 
20
#ifndef DRIZZLED_REPLICATION_REPLICATION_H
 
21
#define DRIZZLED_REPLICATION_REPLICATION_H
 
22
 
 
23
#include <drizzled/replication/filter.h>
21
24
 
22
25
#include "slave.h"
23
26
 
63
66
 
64
67
int log_loaded_block(IO_CACHE* file);
65
68
int init_replication_sys_vars();
 
69
 
 
70
void mysql_binlog_send(Session* session, char* log_ident, my_off_t pos, uint16_t flags);
 
71
 
 
72
#endif /* DRIZZLED_REPLICATION_REPLICATION_H */