This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-20. For the latest, interactive version please visit https://mariadb.com/kb/.

mysql.ndb_binlog_index Table

The mysql.ndb_binlog_index table is not used by MariaDB. It was kept for MySQL compatibility reasons, and is used there for MySQL Cluster. It was removed in MariaDB 10.0.4.

For MariaDB clustering, see Galera.

The table contains the following fields:

FieldTypeNullKeyDefault
Positionbigint(20) unsignedNONULL
Filevarchar(255)NONULL
epochbigint(20) unsignedNOPRINULL
insertsbigint(20) unsignedNONULL
updatesbigint(20) unsignedNONULL
deletesbigint(20) unsignedNONULL
schemaopsbigint(20) unsignedNONULL
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.