~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-23 23:53:49 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023235349-317wgwqwgccuacmq
SplitĀ outĀ nested_join.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/error.h>
23
23
#include <drizzled/gettext.h>
24
24
 
25
 
#include "tmp_table.h"
26
 
#include "sj_tmp_table.h"
 
25
#include <drizzled/tmp_table.h>
 
26
#include <drizzled/sj_tmp_table.h>
 
27
#include <drizzled/nested_join.h>
27
28
 
28
29
#include <string>
29
30