~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2008-10-10 00:15:11 UTC
  • mfrom: (492.1.9 codestyle)
  • Revision ID: brian@tangent.org-20081010001511-eppqbw2u9rdqwffp
Handling Monty's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <mysys/my_bit.h>
31
31
#include <drizzled/drizzled_error_messages.h>
32
32
#include <libdrizzle/gettext.h>
 
33
#include <drizzled/util/test.h>
33
34
 
34
35
const char *join_type_str[]={ "UNKNOWN","system","const","eq_ref","ref",
35
36
                              "MAYBE_REF","ALL","range","index",