~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
368
368
  void free_tmp_table(THD *thd);
369
369
  bool open_tmp_table();
370
370
  size_t max_row_length(const uchar *data);
 
371
  uint find_shortest_key(const key_map *usable_keys);
 
372
  bool compare_record(Field **ptr);
 
373
  bool compare_record();
371
374
 
372
375
  bool table_check_intact(const uint table_f_count, const TABLE_FIELD_W_TYPE *table_def);
373
376