MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster API Developer Guide
- Code
7090
- Symbol
DihSetTimeBetweenGcp
- Kernel Block
Description.
Sets the time between global checkpoints to the specified number
of milliseconds. With no argument, sets this interval to the
configured value of
TimeBetweenGlobalCheckpoints
(default is 2000 milliseconds).
Sample Output.
ndb_mgm> ALL DUMP 7090
Sending dump signal with data:
0x00001bb2
Sending dump signal with data:
0x00001bb2
2019-07-31 18:03:36 [ndbd] INFO -- Setting time between gcp : 2000
ndb_mgm> ALL DUMP 7090 10000
Sending dump signal with data:
0x00001bb2 0x00002710
Sending dump signal with data:
0x00001bb2 0x00002710
2019-07-31 18:08:01 [ndbd] INFO -- Setting time between gcp : 10000
Additional Information. [N/A]