~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-12-08 22:35:56 UTC
  • mfrom: (1819.9.158 update-innobase)
  • Revision ID: brian@tangent.org-20101208223556-37mi4omqg7lkjzf3
Merge in Stewart's changes, 1.3 changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
  size_t max_row_length(const unsigned char *data);
438
438
  uint32_t find_shortest_key(const key_map *usable_keys);
439
439
  bool compare_record(Field **ptr);
440
 
  bool compare_record();
 
440
  bool records_are_comparable();
 
441
  bool compare_records();
441
442
  /* TODO: the (re)storeRecord's may be able to be further condensed */
442
443
  void storeRecord();
443
444
  void storeRecordAsInsert();