~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-07-11 19:15:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1093.
  • Revision ID: brian@gaz-20090711191543-7tpgoaqnrlw23n36
Fix TABLE_REF structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
 
326
326
#include "drizzled/stored_key.h"
327
327
 
328
 
bool cp_buffer_from_ref(Session *session, TABLE_REF *ref);
 
328
bool cp_buffer_from_ref(Session *session, table_reference_st *ref);
329
329
bool error_if_full_join(JOIN *join);
330
330
int safe_index_read(JoinTable *tab);
331
331
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);