[MDEV-23853] mytop is missing in Debian packages Created: 2020-09-30 Updated: 2020-10-26 Resolved: 2020-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.3.24 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | azurit | Assignee: | Otto Kekäläinen |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian Buster |
||
| Issue Links: |
|
||||||||
| Description |
|
Tool mytop is missing in Debian Buster packages. |
| Comments |
| Comment by Daniel Black [ 2020-09-30 ] |
|
FYI: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863968 |
| Comment by azurit [ 2020-09-30 ] |
|
There is no such package! mytop is only available as a part of the package mariadb-client-10.3 (which cannot be installed togather with official MariaDB packages): |
| Comment by azurit [ 2020-09-30 ] |
|
So, when you install official MariaDB packages into Buster, you will end up with no mytop and no way to install it. Sigh. |
| Comment by Daniel Black [ 2020-10-07 ] |
|
azurit if its significantly important can you please take over the Debian or upstream maintenance of this script. ref: |
| Comment by azurit [ 2020-10-08 ] |
|
Daniel so it won't be included in official MariaDB packages? Why it was removed anyway? |
| Comment by Sergei Golubchik [ 2020-10-08 ] |
|
The plan is, indeed, to include it into official MariaDB packages, see |
| Comment by Otto Kekäläinen [ 2020-10-26 ] |
|
Hello! There is no mytop package in Debian Buster since upstream is dead. To get mytop, just run `apt instal mariadb-client` and you will have /usr/bin/mytop available. If you want to use MariaDB.org repositories, you need to have at least version 10.5 as this improvement was upstreamed from Debian to MariaDB in the 10.5 development cycle: https://github.com/MariaDB/server/commit/e0e5d8c5942a1eb0b0ae05b6296286193073e571 |
| Comment by Otto Kekäläinen [ 2020-10-26 ] |
|
I will close this bug as "won't fix", as we will not be backporting mytop to older MariaDB releases, as it would change the packaging and that is against good practices of how stable releases are maintained. |