~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/tblmap.cc

  • 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:
15
15
 
16
16
#include <drizzled/server_includes.h>
17
17
 
18
 
#include "rpl_tblmap.h"
 
18
#include <drizzled/replication/tblmap.h>
19
19
 
20
20
#define TABLE_ID_HASH_SIZE 32
21
21
#define TABLE_ID_CHUNK 256