Bug #28298 | Node Id larger than MAX_NDB_NODES in config file doesn't generate error | ||
---|---|---|---|
Submitted: | 8 May 2007 8:18 | Modified: | 20 Feb 2008 21:51 |
Reporter: | Mikael Ronström | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Guangbao Ni | CPU Architecture: | Any |
[8 May 2007 8:18]
Mikael Ronström
[31 May 2007 20:01]
Jon Stephens
Documented previously unknown limitation in Manual: http://lists.mysql.com/commits/27843
[25 Jul 2007 7:35]
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/31529 ChangeSet@1.2512, 2007-07-25 15:29:12+08:00, gni@dev3-221.dev.cn.tlan +1 -0 BUG#28298 Node Id larger than MAX_NDB_NODES in config file doesn't generate error
[26 Jul 2007 5:05]
Stewart Smith
The STR_VALUE macro should be doing this properly... i.e. like: $ cat /tmp/a.c #define _STR_VALUE(x) #x #define STR_VALUE(x) _STR_VALUE(x) #define FOO 100 STR_VALUE(FOO) stewart@willster:~/Documents/MySQL/5.0/ndb-work$ cpp /tmp/a.c # 1 "/tmp/a.c" # 1 "<built-in>" # 1 "<command line>" # 1 "/tmp/a.c" "100" so why is this not working?
[17 Aug 2007 5:44]
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/32683 ChangeSet@1.2512, 2007-08-17 13:37:27+08:00, gni@dev3-221.dev.cn.tlan +1 -0 BUG#28298 Node Id larger than MAX_NDB_NODES in config file doesn't generate error
[28 Sep 2007 1:59]
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/34623 ChangeSet@1.2512, 2007-09-28 09:49:16+08:00, gni@dev3-221.dev.cn.tlan +2 -0 BUG#28298 Node Id larger than MAX_NDB_NODES in config file doesn't generate error
[10 Jan 2008 5:59]
Guangbao Ni
pushed into mysql-5.0-ndb-bj and mysql-5.1-new-ndb-bj
[1 Feb 2008 23:12]
Jon Stephens
Documented bugfix in 5.1.23-ndb-6.3.8 changelog as follows: It was possible in config.ini to define cluster nodes having node IDs greater than the maximum allowed value. Left bug in PQ status pending further merges.
[2 Feb 2008 11:06]
Jon Stephens
Also documented for 5.1.23-ndb-6.2.11; left status unchanged.
[20 Feb 2008 16:01]
Bugs System
Pushed into 5.0.58
[20 Feb 2008 16:01]
Bugs System
Pushed into 5.1.24-rc
[20 Feb 2008 16:02]
Bugs System
Pushed into 6.0.5-alpha
[20 Feb 2008 21:51]
Jon Stephens
Also documented for 5.0.58, 5.1.24, and 6.0.5.