MySQL 8.3.0
Source Code Documentation
ha_tablespace_statistics Class Reference

#include <handler.h>

Public Member Functions

 ha_tablespace_statistics ()
 

Public Attributes

ulonglong m_id
 
dd::String_type m_type
 
dd::String_type m_logfile_group_name
 
ulonglong m_logfile_group_number
 
ulonglong m_free_extents
 
ulonglong m_total_extents
 
ulonglong m_extent_size
 
ulonglong m_initial_size
 
ulonglong m_maximum_size
 
ulonglong m_autoextend_size
 
ulonglong m_version
 
dd::String_type m_row_format
 
ulonglong m_data_free
 
dd::String_type m_status
 
dd::String_type m_extra
 

Constructor & Destructor Documentation

◆ ha_tablespace_statistics()

ha_tablespace_statistics::ha_tablespace_statistics ( )
inline

Member Data Documentation

◆ m_autoextend_size

ulonglong ha_tablespace_statistics::m_autoextend_size

◆ m_data_free

ulonglong ha_tablespace_statistics::m_data_free

◆ m_extent_size

ulonglong ha_tablespace_statistics::m_extent_size

◆ m_extra

dd::String_type ha_tablespace_statistics::m_extra

◆ m_free_extents

ulonglong ha_tablespace_statistics::m_free_extents

◆ m_id

ulonglong ha_tablespace_statistics::m_id

◆ m_initial_size

ulonglong ha_tablespace_statistics::m_initial_size

◆ m_logfile_group_name

dd::String_type ha_tablespace_statistics::m_logfile_group_name

◆ m_logfile_group_number

ulonglong ha_tablespace_statistics::m_logfile_group_number

◆ m_maximum_size

ulonglong ha_tablespace_statistics::m_maximum_size

◆ m_row_format

dd::String_type ha_tablespace_statistics::m_row_format

◆ m_status

dd::String_type ha_tablespace_statistics::m_status

◆ m_total_extents

ulonglong ha_tablespace_statistics::m_total_extents

◆ m_type

dd::String_type ha_tablespace_statistics::m_type

◆ m_version

ulonglong ha_tablespace_statistics::m_version

The documentation for this class was generated from the following file: