~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 22:40:04 UTC
  • Revision ID: brian@tangent.org-20080819224004-tcgp7mptob0jkfmc
More Table cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
661
661
                       uint elements, List<Item> &fields);
662
662
void copy_fields(TMP_TABLE_PARAM *param);
663
663
void copy_funcs(Item **func_ptr);
664
 
uint find_shortest_key(Table *table, const key_map *usable_keys);
665
664
Field* create_tmp_field_from_field(THD *thd, Field* org_field,
666
665
                                   const char *name, Table *table,
667
666
                                   Item_field *item, uint convert_blob_length);