~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

Replace macros around unireg.h, store_record,restore_record,cmp_record,empty_record

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
  uint32_t find_shortest_key(const key_map *usable_keys);
107
107
  bool compare_record(Field **ptr);
108
108
  bool compare_record();
109
 
 
 
109
  /* TODO: the (re)storeRecord's may be able to be further condensed */
 
110
  void storeRecord();
 
111
  void storeRecordAsInsert();
 
112
  void storeRecordAsDefault();
 
113
  void restoreRecord();
 
114
  void restoreRecordAsDefault();
 
115
  void emptyRecord();
110
116
  bool table_check_intact(const uint32_t table_f_count, const TABLE_FIELD_W_TYPE *table_def);
111
117
 
112
118
  /* See if this can be blown away */