Bug #27854 | 'mysqladmin debug' command invokes 64bit unaware mallinfo() | ||
---|---|---|---|
Submitted: | 16 Apr 2007 17:03 | Modified: | 5 Apr 2013 15:43 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | all 64-bit | OS: | Other (64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | mallinfo, Memory, mysqladmin debug |
[16 Apr 2007 17:03]
Shane Bester
[17 Apr 2007 8:06]
MySQL Verification Team
to clarify: this is currently a glibc bug in mallinfo(). But, if that was to be fixed, then the bug would be in mysql because it's casting those values to (int). Therefore, this bug report is just a reminder to eventually fix that, when the mallinfo becomes 64-bit happy.
[15 Feb 2008 23:46]
Trudy Pelzer
To clarify: this is currently a glibc bug in mallinfo() not in MySQL.
[18 Feb 2008 9:39]
Sergei Golubchik
why not to add correct casts now, and forget about the issue ?
[30 Mar 2008 11:28]
MySQL Verification Team
bug #35680 was marked as a duplicate of this.
[5 Apr 2013 15:43]
Paul DuBois
Noted in 5.6.12, 5.7.2 changelogs. mysqladmin debug produced incorrect memory status information in 64-bit environments when mysqld consumed more than 4GB memory.