~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
  bool get_fields_in_item_tree;      /* Signal to fix_field */
164
164
  int report_error(int error);
165
165
  int closefrm(bool free_share);
166
 
  uint32_t tmpkeyval();
167
166
 
168
167
  /*
169
168
   The ID of the query that opened and is using this table. Has different
436
435
  inline uint32_t getDBStat () { return db_stat; }
437
436
  inline uint32_t setDBStat () { return db_stat; }
438
437
  bool fill_item_list(List<Item> *item_list) const;
439
 
  void reset_item_list(List<Item> *item_list) const;
440
438
  void clear_column_bitmaps(void);
441
439
  void prepare_for_position(void);
442
440
  void mark_columns_used_by_index_no_reset(uint32_t index, MY_BITMAP *map);