~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_reference.h

  • Committer: Brian Aker
  • Date: 2009-07-11 07:38:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1093.
  • Revision ID: brian@gaz-20090711073837-2t11jeg84kd40n8r
Sorting methods into class files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef DRIZZLED_TABLE_REFERENCE_H
29
29
#define DRIZZLED_TABLE_REFERENCE_H
30
30
 
 
31
#include <drizzled/global.h>
 
32
#include <drizzled/base.h>
 
33
#include <drizzled/sql_bitmap.h>
 
34
 
31
35
class StoredKey;
 
36
class Item;
32
37
 
33
38
typedef struct st_table_ref
34
39
{