MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster API Developer Guide
- Code
103000
- Symbol
SetSchedulerResponsiveness
- Kernel Block
Description.
Sets the
SchedulerResponsiveness
parameter to a value between 0 and 10, inclusive.
Sample Output.
ndb_mgm> ALL DUMP 103000
Sending dump signal with data:
0x00019258
Sending dump signal with data:
0x00019258
dump 103000 X, where X is between 0 and 10 to set transactional priority
ndb_mgm> ALL DUMP 103000 50
Sending dump signal with data:
0x00019258 0x00000032
Sending dump signal with data:
0x00019258 0x00000032
Trying to set SchedulerResponsiveness outside 0-10
ndb_mgm> ALL DUMP 103000 5
Sending dump signal with data:
0x00019258 0x00000005
Sending dump signal with data:
0x00019258 0x00000005
Setting SchedulerResponsiveness to 5
Additional Information. [N/A]