#include <handler.h>
◆ ha_statistics()
  
  
      
        
          | ha_statistics::ha_statistics  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ auto_increment_value
      
        
          | ulonglong ha_statistics::auto_increment_value | 
        
      
 
 
◆ block_size
      
        
          | uint ha_statistics::block_size | 
        
      
 
 
◆ check_time
      
        
          | ulong ha_statistics::check_time | 
        
      
 
 
◆ create_time
      
        
          | time_t ha_statistics::create_time | 
        
      
 
 
◆ data_file_length
◆ delete_length
◆ deleted
◆ index_file_length
◆ max_data_file_length
      
        
          | ulonglong ha_statistics::max_data_file_length | 
        
      
 
 
◆ max_index_file_length
      
        
          | ulonglong ha_statistics::max_index_file_length | 
        
      
 
 
◆ mean_rec_length
      
        
          | ulong ha_statistics::mean_rec_length | 
        
      
 
 
◆ mrr_length_per_rec
      
        
          | uint ha_statistics::mrr_length_per_rec | 
        
      
 
 
◆ records
◆ table_in_mem_estimate
      
        
          | double ha_statistics::table_in_mem_estimate | 
        
      
 
Estimate for how much of the table that is available in a memory buffer. 
Valid range is [0..1]. If it has the special value IN_MEMORY_ESTIMATE_UNKNOWN (defined in structs.h), it means that the storage engine has not supplied any value for it. 
 
 
◆ update_time
      
        
          | ulong ha_statistics::update_time | 
        
      
 
 
The documentation for this class was generated from the following file: