Bug #26353 remove GET_CONFIG_BACKWARDS_COMPAT from ndb_mgmd
Submitted: 14 Feb 2007 4:33 Modified: 21 Feb 2007 15:16
Reporter: Stewart Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.0, 5.1 OS:
Assigned to: Stewart Smith CPU Architecture:Any

[14 Feb 2007 4:33] Stewart Smith
Description:
there is backwards compatibility for GET CONFIG style configuration requests in ndb_mgmd. None of the ndbd versions that use this couldn't possibly connect to a 5.0 or 5.1 cluster. remove the backwards compat

How to repeat:
redundant code

Suggested fix:
remove the bits
[14 Feb 2007 4:36] 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/19827

ChangeSet@1.2408, 2007-02-14 15:35:29+11:00, stewart@willster.(none) +2 -0
  BUG#26353 remove GET_CONFIG_BACKWARDS_COMPAT from ndb_mgmd
  
  there is backwards compatibility for GET CONFIG style configuration requests in
  ndb_mgmd. None of the ndbd versions that use this couldn't possibly connect to a
  5.0 or 5.1 cluster. remove the backwards compat
  
  remove it
[14 Feb 2007 10:49] Stewart Smith
pushed to 5.0-ndb and 5.1-ndb