Description:
Change process does not accept background options.
mysql> change process --background ndbdmt=ndbm k;
ERROR 5 (00MGR): Illegal option --background from command change process
mysql> change process --help
-> ;
+---------------------------------------------------------------------------------+
| Help |
+---------------------------------------------------------------------------------+
| |
| change process <process_type>[:id]=<new_process_type> <clustername> |
| |
| Change the process type for the specified process, or group of processes. |
+---------------------------------------------------------------------------------+
4 rows in set (0.01 sec)
How to repeat:
See above
Description: Change process does not accept background options. mysql> change process --background ndbdmt=ndbm k; ERROR 5 (00MGR): Illegal option --background from command change process mysql> change process --help -> ; +---------------------------------------------------------------------------------+ | Help | +---------------------------------------------------------------------------------+ | | | change process <process_type>[:id]=<new_process_type> <clustername> | | | | Change the process type for the specified process, or group of processes. | +---------------------------------------------------------------------------------+ 4 rows in set (0.01 sec) How to repeat: See above