Bug 1128704
Summary: | Innotop does not work with MariaDB 10 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fabio Alessandro Locati <fale> | ||||
Component: | innotop | Assignee: | Fabio Alessandro Locati <fale> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bazanluis20, echevemaster | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | innotop-1.9.1-6.el6 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-08-23 01:57:34 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: | |||||||
Attachments: |
|
innotop-1.9.1-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/innotop-1.9.1-3.fc19 innotop-1.9.1-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/innotop-1.9.1-3.fc20 This version is still not working. Seems like your patch is different than mine, have you applyied the patch to the repo or copied the file and cutted the end part? I've requested commit access (https://admin.fedoraproject.org/pkgdb/package/innotop) to fix this matter and because, since the upstream project seems to be dead, more patches will come, given the fact that I use it at work daily and I need it to work properly. Package innotop-1.9.1-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing innotop-1.9.1-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-9330/innotop-1.9.1-3.fc19 then log in and leave karma (feedback). innotop-1.9.1-6.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/innotop-1.9.1-6.fc19 innotop-1.9.1-6.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/innotop-1.9.1-6.fc20 innotop-1.9.1-6.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. innotop-1.9.1-6.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/innotop-1.9.1-6.el6 innotop-1.9.1-6.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/innotop-1.9.1-6.el5 innotop-1.9.1-6.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. innotop-1.9.1-6.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. innotop-1.9.1-6.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 925707 [details] Patch to fix the problem Description of problem: If you try to connect to a MariaDB 10 server, you will often receive errors, ie: "Use of uninitialized value $text in pattern match (m//) at /usr/local/bin/innotop line 620." if you try to go to transactions. Version-Release number of selected component (if applicable): All versions until 1.9.1 (included) How reproducible: Connecting to a MariaDB 10 server and press "T" Steps to Reproduce: 1. connect to a MariaDB 10 server 2. press "T" Actual results: The app crashed Expected results: See the transaction list Additional info: I'm attaching the patch to the innotop.git repository to apply the patch (taken from Issue #93 if innotop upstream bug reporting tool)