Bug #53052 Deprecate ExecuteOnComputer
Submitted: 22 Apr 2010 10:39 Modified: 22 Jun 2015 11:56
Reporter: Dyre Tjeldvoll Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[22 Apr 2010 10:39] Dyre Tjeldvoll
Description:
Parameter is not used and should be deprecated (as discussed w/ Magnus on dev-ndb)

How to repeat:
NA

Suggested fix:
Make the ExecuteOnComputer parameter deprecated and print a warning when found in config.ini.
[28 Apr 2010 4:40] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/106749

3510 John David Duncan	2010-04-27
      Fix for bug#53052 and bug#52053 
       deprecate ExecuteOnComputer
       deprecate ReservedSendBufferMemory
[29 Apr 2010 9:41] Hartmut Holzgraefe
If we're really going to deprecate ExecuteOnComputer, shouldn't we deprecate [Computer] sections along with it and print deprecation warnings on using these, too?
[22 Jun 2015 11:56] Jon Stephens
Documented fix in the NDB 7.5.0 changelog, as follows:

        The ExecuteOnComputer configuration parameter for management,
        data, and API nodes is now deprecated, and is subject to removal
        in a future MySQL Cluster release. For all types of MySQL
        Cluster nodes, you should now use the HostName parameter
        exclusively for identifying hosts in the cluster configuration
        file.

Documentation for NDB 7.5 and future versions, when published, will also show that this parameter has been deprecated.
      
Closed.