~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2008-08-19 21:53:32 UTC
  • Revision ID: brian@tangent.org-20080819215332-yoofgyn48ydie0ds
Refactor of Table methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
815
815
  }
816
816
};
817
817
 
818
 
bool cp_buffer_from_ref(THD *thd, Table *table, TABLE_REF *ref);
 
818
bool cp_buffer_from_ref(THD *thd, TABLE_REF *ref);
819
819
bool error_if_full_join(JOIN *join);
820
 
int report_error(Table *table, int error);
821
820
int safe_index_read(JOIN_TAB *tab);
822
821
COND *remove_eq_conds(THD *thd, COND *cond, Item::cond_result *cond_value);
823
822
int test_if_item_cache_changed(List<Cached_item> &list);