~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

Split some classes from the range optimizer out in to their own header and implementation files.
Corrected the case on these classes also to adhere to the coding standards. Cleaned up any style
issues in any code I came across while moving code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
                        drizzled::optimizer::KeyUse *org_keyuse, 
214
214
                        table_map used_tables);
215
215
 
216
 
/* from sql_delete.cc, used by optimizer/range.cc */
217
 
extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b);
218
 
 
219
216
#include "drizzled/stored_key.h"
220
217
 
221
218
bool cp_buffer_from_ref(Session *session, table_reference_st *ref);