~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.h

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef DRIZZLED_OPTIMIZER_RANGE_H
23
23
#define DRIZZLED_OPTIMIZER_RANGE_H
24
24
 
25
 
#include <drizzled/field.h>
26
 
#include <drizzled/item/sum.h>
27
 
#include <drizzled/table_reference.h>
 
25
#include "drizzled/field.h"
 
26
#include "drizzled/item/sum.h"
28
27
 
29
28
#include <queue>
30
29
 
31
 
#include <boost/dynamic_bitset.hpp>
32
 
 
33
30
namespace drizzled
34
31
{
35
32
 
315
312
};
316
313
 
317
314
QuickRangeSelect *get_quick_select_for_ref(Session *session, 
318
 
                                           Table *table,
319
 
                                           table_reference_st *ref,
320
 
                                           ha_rows records);
 
315
                                             Table *table,
 
316
                                             struct table_reference_st *ref,
 
317
                                             ha_rows records);
321
318
 
322
319
/*
323
320
  Create a QuickRangeSelect from given key and SEL_ARG tree for that key.