mysql.ndb_binlog_index Table

You are viewing an old version of this article. View the current version here.
MariaDB until 10.0.3

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

Comments

Comments loading...
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.