NDB Cluster Internals / NDB Kernel Blocks / The TSMAN Block
This is the tablespace manager block for Disk Data tables, implemented in the following files fromstorage/ndb/src/kernel/blocks:
tsman.hpp: Defines theTsmanclass, as well as structures representing data files and tablespaces.tsman.cpp: ImplementsTsmanmethods.