~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/replication.h

  • Committer: Brian Aker
  • Date: 2008-11-25 15:24:22 UTC
  • Revision ID: brian@tangent.org-20081125152422-6hchtchktzd2lnjf
Remove filtering (wrong layer, belongs in plugin).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_REPLICATION_REPLICATION_H
21
21
#define DRIZZLED_REPLICATION_REPLICATION_H
22
22
 
23
 
#include <drizzled/replication/filter.h>
 
23
#include <libdrizzle/libdrizzle.h>
 
24
#include <mysys/hash.h>
 
25
 
24
26
 
25
27
#include "slave.h"
26
28