MySQL 9.0.0
Source Code Documentation
tablespace_stats.h File Reference
#include "sql/handler.h"
#include "sql_string.h"

Go to the source code of this file.

Classes

class  dd::info_schema::Tablespace_statistics
 The class hold dynamic table statistics for a table. More...
 

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 
namespace  dd::info_schema
 

Enumerations

enum class  dd::info_schema::enum_tablespace_stats_type {
  dd::info_schema::TS_ID , dd::info_schema::TS_TYPE , dd::info_schema::TS_LOGFILE_GROUP_NAME , dd::info_schema::TS_LOGFILE_GROUP_NUMBER ,
  dd::info_schema::TS_FREE_EXTENTS , dd::info_schema::TS_TOTAL_EXTENTS , dd::info_schema::TS_EXTENT_SIZE , dd::info_schema::TS_INITIAL_SIZE ,
  dd::info_schema::TS_MAXIMUM_SIZE , dd::info_schema::TS_AUTOEXTEND_SIZE , dd::info_schema::TS_VERSION , dd::info_schema::TS_ROW_FORMAT ,
  dd::info_schema::TS_DATA_FREE , dd::info_schema::TS_STATUS , dd::info_schema::TS_EXTRA
}