~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "drizzled/optimizer/key_use.h"
31
31
#include "drizzled/join_cache.h"
32
32
#include "drizzled/join_table.h"
 
33
#include "drizzled/records.h"
33
34
 
34
35
#include <vector>
35
36
 
203
204
                                                 List<Item> &all_fields);
204
205
bool change_group_ref(Session *session, Item_func *expr, Order *group_list, bool *changed);
205
206
bool check_interleaving_with_nj(JoinTable *next);
206
 
 
207
 
int join_read_const_table(JoinTable *tab, optimizer::Position *pos);
 
207
void update_const_equal_items(COND *cond, JoinTable *tab);
208
208
int join_read_system(JoinTable *tab);
209
209
int join_read_const(JoinTable *tab);
210
210
int join_read_key(JoinTable *tab);