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
Thedict_obj_info table provides information aboutNDB data dictionary (DICT) objects such as tables and indexes. (Thedict_obj_types table can be queried for a list of all the types.) This information includes the object's type, state, parent object (if any), and fully qualified name.
Thedict_obj_info table contains the following columns:
typeType of
DICTobject; join ondict_obj_typesto obtain the nameidObject identifier; for Disk Data undo log files and data files, this is the same as the value shown in the
LOGFILE_GROUP_NUMBERcolumn of the Information SchemaFILEStable; for undo log files, it also the same as the value shown for thelog_idcolumn in thendbinfologbuffersandlogspacestablesversionObject version
stateObject state; seeObject::State for values and descriptions.
parent_obj_typeParent object's type (a
dict_obj_typestype ID); 0 indicates that the object has no parentparent_obj_idParent object ID (such as a base table); 0 indicates that the object has no parent
fq_nameFully qualified object name; for a table, this has the form
, for a primary key, the form isdatabase_name/def/table_namesys/def/, and for a unique key it istable_id/PRIMARYsys/def/table_id/uk_name$unique
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