Bug #57843 | Longer version string is truncated when parsed from configure.in by cmake | ||
---|---|---|---|
Submitted: | 29 Oct 2010 12:06 | Modified: | 24 Nov 2010 10:51 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.5.7-rc | OS: | Any |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
Tags: | SEAGULL |
[29 Oct 2010 12:06]
Magnus Blåudd
[29 Oct 2010 12:16]
Magnus Blåudd
To clarify, the cmake variable VERSION should include the full string from AC_INIT in configure.in after macro GET_MYSQL_VERSION has been called.
[5 Nov 2010 13:00]
Bernd Ocklin
Configure.in will also be deprecated following David's mail to packagers@lists.mysql.com. I have no idea how it will be replaced though.
[5 Nov 2010 13:17]
Davi Arnaut
It's explained in the worklog. In a nutshell, a file with the specific components of the version number.
[10 Nov 2010 11:13]
Gustaf Thorslund
Verified as described, even if this might not be right road anyway.
[24 Nov 2010 10:51]
Magnus Blåudd
Fixed by WL#5665 which removed configure.in and subsequently also the code that extract the version from that file.