~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-06-09 01:59:10 UTC
  • mfrom: (1054.1.11 merge)
  • Revision ID: brian@gaz-20090609015910-0sfsovp2x8wfbr2c
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);
411
411
int test_if_item_cache_changed(List<Cached_item> &list);
412
412
 
 
413
void print_join(Session *session, String *str,
 
414
                List<TableList> *tables, enum_query_type);
 
415
 
413
416
#endif /* DRIZZLED_SQL_SELECT_H */