~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2011-02-12 06:17:39 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212061739-8o8wk8h3poz3h911
Move up midway include file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "drizzled/join_cache.h"
31
31
#include "drizzled/join_table.h"
32
32
#include "drizzled/records.h"
 
33
#include "drizzled/stored_key.h"
33
34
 
34
35
#include <vector>
35
36
 
275
276
                        optimizer::KeyUse *org_keyuse, 
276
277
                        table_map used_tables);
277
278
 
278
 
} /* namespace drizzled */
279
 
 
280
 
/** @TODO why is this in the middle of the file??? */
281
 
 
282
 
#include "drizzled/stored_key.h"
283
 
 
284
 
namespace drizzled
285
 
{
286
 
 
287
279
bool cp_buffer_from_ref(Session *session, table_reference_st *ref);
288
280
int safe_index_read(JoinTable *tab);
289
281
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);