~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range_select.h

doc modifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008-2009 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
20
20
#ifndef DRIZZLED_OPTIMIZER_QUICK_RANGE_SELECT_H
21
21
#define DRIZZLED_OPTIMIZER_QUICK_RANGE_SELECT_H
22
22
 
23
 
#include <drizzled/optimizer/range.h>
 
23
#include "drizzled/optimizer/range.h"
24
24
 
25
25
#include <boost/dynamic_bitset.hpp>
26
26
#include <vector>
203
203
    return QS_TYPE_RANGE;
204
204
  }
205
205
 
206
 
  void add_keys_and_lengths(std::string *key_names, std::string *used_lengths);
 
206
  void add_keys_and_lengths(String *key_names, String *used_lengths);
207
207
 
208
 
  void add_info_string(std::string *str);
 
208
  void add_info_string(String *str);
209
209
 
210
210
  void resetCursor()
211
211
  {