PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.3Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
Thefiles tables provides information about files and other objects used byNDB disk data tables, and contains the columns listed here:
idObject ID
typeThe type of object; one of
Log file group,Tablespace,Undo file, orData filenameThe name of the object
parentID of the parent object
parent_nameName of the parent object
free_extentsNumber of free extents
total_extentsTotal number of extents
extent_sizeExtent size (MB)
initial_sizeInitial size (bytes)
maximum_sizeMaximum size (bytes)
autoextend_sizeAutoextend size (bytes)
For log file groups and tablespaces,parent is always0, and theparent_name,free_extents,total_extents,extent_size,initial_size,maximum_size, andautoentend_size columns are allNULL.
Thefiles table is empty if no disk data objects have been created inNDB. SeeSection 25.6.11.1, “NDB Cluster Disk Data Objects”, for more information.
Thefiles table was added in NDB 8.0.29.
See alsoSection 28.3.15, “The INFORMATION_SCHEMA FILES Table”.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.3Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0