Bug #46242 | disk data - intialLogfilegroup in config.ini is broken | ||
---|---|---|---|
Submitted: | 16 Jul 2009 20:52 | Modified: | 4 Aug 2009 12:19 |
Reporter: | Johan Andersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-* | OS: | Any |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
Tags: | configuration, disk data |
[16 Jul 2009 20:52]
Johan Andersson
[3 Aug 2009 11:28]
Jonas Oreland
problem was 1) stray ";" at end of config parameter 2) spelling error in *error message* patch 1) allows stray ";" at *end* of config value 2) fixes spelling error in error message
[3 Aug 2009 11:31]
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/79873 2958 Jonas Oreland 2009-08-03 ndb - bug#46242 1) allow stray ";" at end of config values 2) fix spelling in error message
[3 Aug 2009 16:12]
Bugs System
Pushed into 5.1.35-ndb-6.3.26 (revid:jonas@mysql.com-20090803130332-pesbastqnj76b1is) (version source revid:jonas@mysql.com-20090803130332-pesbastqnj76b1is) (merge vers: 5.1.35-ndb-6.3.26) (pib:11)
[3 Aug 2009 16:13]
Bugs System
Pushed into 5.1.35-ndb-7.0.7 (revid:jonas@mysql.com-20090803153854-un8jv9y2md8k221t) (version source revid:jonas@mysql.com-20090803153854-un8jv9y2md8k221t) (merge vers: 5.1.35-ndb-7.0.7) (pib:11)
[4 Aug 2009 7:56]
Jonas Oreland
also pushed into 6.2.19
[4 Aug 2009 12:19]
Jon Stephens
Bugfix documented in the NDB-6.2.19, 6.3.26, and 7.0.7 changelogs as follows: Ending a line in the config.ini file with an extra semicolon character (;) caused reading the file to fail with a parsing error.