Bug 245770
| Summary: | Misplaced mysql_config script | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carlos Daniel Ruvalcaba Valenzuela <clsdaniel> |
| Component: | mysql | Assignee: | Tom Lane <tgl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | hhorak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.0.45-1.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-09-25 08:28:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Carlos Daniel Ruvalcaba Valenzuela
2007-06-26 16:20:44 UTC
The reason mysql_config is in the base package is that it has other uses besides compilation, for example detecting which port to use for mysql and where the socket file is. Moving it to mysql-devel would break packages that depend on it for those purposes. Possibly it's an upstream design error to have used mysql_config for both compile-time and run-time purposes, but we're stuck with it now. I do see a packaging bug here, which is that its man page is in the -server subpackage; apparently a thinko on my part when they added a man page for it in 5.0.16. Should be in base. Moved the man page as of mysql-5.0.45-1 mysql-5.0.45-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. mysql-5.0.45-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |