~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-07-29 06:03:18 UTC
  • mfrom: (1100.2.3 semi-goin)
  • mto: This revision was merged to the branch mainline in revision 1104.
  • Revision ID: brian@gaz-20090729060318-skvg04cqa67f87pq
Removal of SJ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <drizzled/error.h>
21
21
#include <drizzled/gettext.h>
22
22
 
23
 
#include <drizzled/semi_join_table.h>
24
23
#include <drizzled/nested_join.h>
25
24
#include <drizzled/sql_parse.h>
26
25
#include <drizzled/item/sum.h>