PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
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
This table provides information aboutNDB database objects for which mismatches have been detected and which are waiting to be synchronized between theNDB dictionary and the MySQL data dictionary.
Example information aboutNDB database objects awaiting synchronization:
mysql> SELECT * FROM performance_schema.ndb_sync_pending_objects;+-------------+------+----------------+| SCHEMA_NAME | NAME | TYPE |+-------------+------+----------------+| NULL | lg1 | LOGFILE GROUP || NULL | ts1 | TABLESPACE || db1 | NULL | SCHEMA || test | t1 | TABLE || test | t2 | TABLE || test | t3 | TABLE |+-------------+------+----------------+ Thendb_sync_pending_objects table has these columns:
SCHEMA_NAME: The name of the schema (database) in which the object awaiting synchronization resides; this isNULLfor tablespaces and log file groupsNAME: The name of the object awaiting synchronization; this isNULLif the object is a schemaTYPE: The type of the object awaiting synchronization; this is one ofLOGFILE GROUP,TABLESPACE,SCHEMA, orTABLE
Thendb_sync_pending_objects table was added in NDB 8.0.21.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
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