~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_repl.h

  • Committer: Stewart Smith
  • Date: 2008-09-25 10:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080925100406-hld92f4dr4nuar3a
Move compression functions (compress, uncompress and compressed_length) out into modules and fix test

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "rpl_filter.h"
21
21
 
 
22
#ifdef HAVE_REPLICATION
22
23
#include "slave.h"
23
24
 
24
25
typedef struct st_slave_info
64
65
 
65
66
int log_loaded_block(IO_CACHE* file);
66
67
int init_replication_sys_vars();
 
68
 
 
69
#endif /* HAVE_REPLICATION */
 
70