This section provides detailed information about MySQL server
status variables that relate to MySQL Cluster and the
NDB storage engine. For status variables not
specific to MySQL Cluster, and for general information on using
status variables, see Section 5.1.6, “Status Variables”.
YES if mysqld supports
NDBCLUSTER tables.
DISABLED if
--skip-ndbcluster is used. This variable was
added in MySQL 4.1.2.
The MySQL server can ask the NDBCLUSTER
storage engine if it knows about a table with a given name.
This is called discovery. Handler_discover
indicates the number of times that tables have been
discovered. This variable was added in MySQL 4.1.2.

User Comments
Add your own comment.