~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2011-01-10 23:48:28 UTC
  • mto: (2077.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: brian@tangent.org-20110110234828-1t01aya7urs0lmrp
Merge in move for share to be instance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "drizzled/cursor.h"
34
34
#include "drizzled/lex_string.h"
35
35
#include "drizzled/table_list.h"
36
 
#include "drizzled/definition/table.h"
 
36
#include "drizzled/table/instance.h"
37
37
#include "drizzled/atomics.h"
38
38
#include "drizzled/query_id.h"
39
39