~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2009-01-22 23:52:45 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090122235245-86jal8k1zku98lfd
Detangle more of the session object

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <drizzled/sql_bitmap.h>
27
27
#include <drizzled/sql_list.h>
28
28
#include <drizzled/sql_alloc.h>
 
29
#include <drizzled/table.h>
29
30
 
30
31
class Protocol;
31
32
class TableList;