Documentation Home
MySQL 5.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
Excerpts from this Manual

21.6.15.3 The ndbinfo blocks Table

Theblocks table is a static table which simply contains the names and internal IDs of all NDB kernel blocks (seeNDB Kernel Blocks). It is for use by the otherndbinfo tables (most of which are actually views) in mapping block numbers to block names for producing human-readable output.

Theblocks table contains the following columns:

  • block_number

    Block number

  • block_name

    Block name

Notes

To obtain a list of all block names, simply executeSELECT block_name FROM ndbinfo.blocks. Although this is a static table, its content can vary between different NDB Cluster releases.