Bug #7971 | set_bit/clear_bit names conflict w/Linux kernel headers >= 2.6.9-rcxx | ||
---|---|---|---|
Submitted: | 17 Jan 2005 20:28 | Modified: | 15 Apr 2005 7:07 |
Reporter: | Beau E. Cox | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | 5.0.3-alpha | OS: | Linux (Linux) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[17 Jan 2005 20:28]
Beau E. Cox
[27 Jan 2005 7:48]
Aleksey Kishkin
tested on slackware with 2.6.10 and gcc 3.4.3
[8 Feb 2005 7:52]
Ramil Kalimullin
fixed in 4.0.24
[8 Feb 2005 20:01]
Paul DuBois
Mentioned in 4.0.24 change notes.
[9 Feb 2005 16:07]
Arnar Birgisson
This is still an issue in MySQL 4.1.9 (tested on Slackware 10.1, kernel 2.6.10, gcc 3.3.4)
[27 Feb 2005 8:46]
David Westley
the set_bit/clear_bit functions also need to be modified in libmysqld/examples/mysqltest.c and client/mysqltest.c too
[27 Feb 2005 8:49]
David Westley
Ignore the libmysqld/examples/mysqltest.c one... didn't notice it was a symlink to client/mysqltest.c
[13 Apr 2005 11:09]
Sergei Golubchik
Should be fixed in 4.1 too
[13 Apr 2005 11:37]
Ramil Kalimullin
fixed in 4.0, 4.1, 5.0
[15 Apr 2005 7:07]
Ramil Kalimullin
Fixed the same problem in the client/mysqltest.c.