~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/replication.cc

merge with the latest code from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/error.h>
24
24
#include <drizzled/gettext.h>
25
25
#include <drizzled/data_home.h>
 
26
#include <drizzled/unireg.h>
26
27
 
27
28
int max_binlog_dump_events = 0; // unlimited
28
29