MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster API Developer Guide
- Code
2404
- Symbol
AccDumpNumOpRecs
- Kernel Block
Description. Prints the number of operation records (total number, and number free) to the cluster log.
Sample Output.
2014-10-15 13:59:27 [MgmtSrvr] INFO -- Node 5: Dbacc::OperationRecords: num=167764, free=131670
2014-10-15 13:59:27 [MgmtSrvr] INFO -- Node 6: Dbacc::OperationRecords: num=167764, free=131670
Additional Information.
The total number of operation records is determined by the value
set for the
MaxNoOfConcurrentOperations
configuration parameter.