~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

Merged trunk, fixed some leftover InnoDB ICP code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
#include "drizzled/stored_key.h"
316
316
 
317
317
bool cp_buffer_from_ref(Session *session, table_reference_st *ref);
318
 
bool error_if_full_join(JOIN *join);
319
318
int safe_index_read(JoinTable *tab);
320
319
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);
321
320
int test_if_item_cache_changed(List<Cached_item> &list);