~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statistics_variables.h

  • Committer: Brian Aker
  • Date: 2010-08-09 18:29:06 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: brian@gaz-20100809182906-t0ms7gpnz89vieow
Move more of MyISAM out to MyISAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  uint64_t ha_savepoint_count;
69
69
  uint64_t ha_savepoint_rollback_count;
70
70
 
71
 
  /* KEY_CACHE parts. These are copies of the original */
72
 
  uint64_t key_blocks_changed;
73
 
  uint64_t key_blocks_used;
74
 
  uint64_t key_cache_r_requests;
75
 
  uint64_t key_cache_read;
76
 
  uint64_t key_cache_w_requests;
77
 
  uint64_t key_cache_write;
78
 
  /* END OF KEY_CACHE parts */
79
 
 
80
71
  uint64_t select_full_join_count;
81
72
  uint64_t select_full_range_join_count;
82
73
  uint64_t select_range_count;