~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 01:55:35 UTC
  • mfrom: (2245.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323015535-2aatqy8tyiuqtc2z
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
#include <drizzled/unique.h>
142
142
#include <drizzled/temporal.h> /* Needed in get_mm_leaf() for timestamp -> datetime comparisons */
143
143
#include <drizzled/sql_lex.h>
 
144
#include <drizzled/system_variables.h>
144
145
 
145
146
using namespace std;
146
 
namespace drizzled
147
 
{
 
147
 
 
148
namespace drizzled {
148
149
 
149
150
#define HA_END_SPACE_KEY 0
150
151