~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <drizzled/util/test.h>
34
34
#include <drizzled/nested_join.h>
35
35
#include <drizzled/probes.h>
 
36
#include CMATH_H
 
37
 
 
38
#if defined(CMATH_NAMESPACE)
 
39
using namespace CMATH_NAMESPACE;
 
40
#endif
36
41
 
37
42
const char *join_type_str[]={ "UNKNOWN","system","const","eq_ref","ref",
38
43
                              "MAYBE_REF","ALL","range","index",