~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range_select.cc

Merge with trunk.

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
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems, Inc.
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
18
18
 */
19
19
 
20
20
#include "config.h"
 
21
 
21
22
#include "drizzled/session.h"
22
23
#include "drizzled/optimizer/quick_range.h"
23
24
#include "drizzled/optimizer/quick_range_select.h"
24
25
#include "drizzled/internal/m_string.h"
 
26
#include <drizzled/current_session.h>
 
27
 
25
28
#include <fcntl.h>
26
29
 
27
30
using namespace std;