Bug 1536653
| Summary: | mariadb 10.2.10-2 -> 10.2.12-2 update transaction fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> |
| Component: | mariadb | Assignee: | Michal Schorm <mschorm> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | dciabrin, dhill, hhorak, jstanek, mbayer, mkocka, mmuzila, mschorm, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mariadb-10.2.12-5.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-02-04 21:50:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rex Dieter
2018-01-19 20:39:22 UTC
Looks like tokudb support was disabled since 10.2.10, but there are no Obsoletes: in place to handle the upgrade path probably want to do something like change
Recommends: %{name}-tokudb-engine%{?_isa} = %{sameevr}
to
%if %{with tokudb}
Recommends: %{name}-tokudb-engine%{?_isa} = %{sameevr}
%else
Obsoletes: %{name}-tokudb-engine < 3:10.2.12
%endif
Yes, the problem is clearly that TokuDB subpackage is not provided in the 10.2.12. It suffered with heavy issues that either lead to FTBFS, testsuite freeze or >500 tests failures. (none should fail) Beacuse of that state, I decided to provide 10.2.12 update without TokuDB subpackage. Which clearly wasn't correct, as I see now. *** Bug 1537149 has been marked as a duplicate of this bug. *** Working on it, with upstream https://jira.mariadb.org/browse/MDEV-15034 mariadb-10.2.12-5.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-66833616aa mariadb-10.2.12-5.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-66833616aa mariadb-10.2.12-5.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-66833616aa mariadb-10.2.12-5.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-66833616aa mariadb-10.2.12-5.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |