This block is responsible for configuration management between
the kernel blocks and the NDB
virtual
machine, as well as the cluster job que and cluster
transporters. It is found in
storage/ndb/src/kernel/blocks/cmvmi
, and
contains these files:
Cmvmi.cpp
.
Implements communication and reporting methods for the
Cmvmi
class.
Cmvmi.hpp
.
Defines the Cmvmi
class.
CMVMI
is implemented as the
Cmvmi
class, defined in
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp
.