Bug #76833 Documented success output from "import config" is wrong
Submitted: 24 Apr 2015 18:03 Modified: 9 Mar 2016 20:52
Reporter: Andrew Morgan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster Manager: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Daniel So CPU Architecture:Any

[24 Apr 2015 18:03] Andrew Morgan
Description:
The success output from "import config" should be...

mcm> import config mycluster;
+--------------------------------------------------------------------------------------------+
| Command result                                                                             |
+--------------------------------------------------------------------------------------------+
| Configuration imported successfully. Please manually verify the settings before proceeding |
+--------------------------------------------------------------------------------------------+
1 row in set (10.81 sec)

But a different message is shown in http://dev.mysql.com/doc/mysql-cluster-manager/1.3/en/mcm-using-import-cluster-create-conf...

How to repeat:
Reqpeat walkthrough and compare resulkts with doc

Suggested fix:
Replace the output in the doc
[6 May 2015 21:02] Jon Stephens
The output shown was correct at the time the documentation was written. Please indicate when this output changed.
[9 Mar 2016 20:52] Daniel So
The manual has been corrected. Thanks for the report!