~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "rpl_tblmap.h"
19
19
 
 
20
#define MAYBE_TABLE_NAME(T) ((T) ? (T)->s->table_name.str : "<>")
20
21
#define TABLE_ID_HASH_SIZE 32
21
22
#define TABLE_ID_CHUNK 256
22
23