~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to server/handler.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
922
922
  uint (*next) (range_seq_t seq, KEY_MULTI_RANGE *range);
923
923
} RANGE_SEQ_IF;
924
924
 
925
 
uint16 &mrr_persistent_flag_storage(range_seq_t seq, uint idx);
 
925
uint16_t &mrr_persistent_flag_storage(range_seq_t seq, uint idx);
926
926
char* &mrr_get_ptr_by_idx(range_seq_t seq, uint idx);
927
927
 
928
928
class COST_VECT
1694
1694
                                     enum thr_lock_type lock_type)=0;
1695
1695
 
1696
1696
  /** Type of table for caching query */
1697
 
  virtual uint8 table_cache_type() { return HA_CACHE_TBL_NONTRANSACT; }
 
1697
  virtual uint8_t table_cache_type() { return HA_CACHE_TBL_NONTRANSACT; }
1698
1698
 
1699
1699
 
1700
1700
  /**