~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-07-29 18:35:48 UTC
  • mfrom: (1101.1.12 merge)
  • Revision ID: brian@gaz-20090729183548-yp36iwoaemfc76z0
Merging Monty (which includes new replication)

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
bool error_if_full_join(JOIN *join);
319
319
int safe_index_read(JoinTable *tab);
320
320
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);
321
 
int test_if_item_cache_changed(List<Cached_item> &list);
 
321
int test_if_item_cache_changed(std::vector<Cached_item*> &list);
322
322
 
323
323
void print_join(Session *session, String *str,
324
324
                List<TableList> *tables, enum_query_type);