Bug #48670 Add background options to the change process command
Submitted: 10 Nov 2009 14:52 Modified: 13 Nov 2009 7:22
Reporter: Kari Juul Wedde Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster Manager: CLI Severity:S3 (Non-critical)
Version:r1044 OS:Any
Assigned to: Thomas Nielsen CPU Architecture:Any

[10 Nov 2009 14:52] Kari Juul Wedde
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