~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statistics_variables.h

  • Committer: lbieber
  • Date: 2010-08-10 18:52:46 UTC
  • mfrom: (1698.1.2 staging)
  • Revision ID: lbieber@orisndriz03-20100810185246-7nawc4svsxr4llh5
Merge Joe -remove the increment wrapper calls in my_pthread.h

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;