[MDEV-519] mariadb-client-5.5 conflicts with package mytop Created: 2012-09-10 Updated: 2013-05-03 Resolved: 2012-10-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.27 |
| Fix Version/s: | 5.5.28 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Recently in But this is a problem - because there is already a standalone debian/ubuntu mytop package. So now install/upgrade of mariadb-client-5.5 conflicts if mytop is already installed. I do not think there is a pressing need to deliver an alternative to mytop on .deb platforms, so I suggest just removing mytop again from .deb. However, if we really want to provide an alternative .deb for mytop, then we
|
| Comments |
| Comment by Jean Weisbuch [ 2012-09-12 ] |
|
Here is the error that is produced during the apt-get/dpkg operation : Workaround : There is another small issue on this mytop version if you want it to drop-in replace the debian one : by default the debian packaged mytop will connect on the "mysql" database and the Maria one try to connect on the "test" database, if you dont have an existing database named "test", mytop will fail to start with this error : To workaround that, you can add "database=mysql" (as all servers will have a "mysql" database) on your ~/.my.cnf or ~/.mytop (depending on which file you use). |
| Comment by Elena Stepanova [ 2012-09-12 ] |
|
See also https://bugs.launchpad.net/maria/+bug/1047337 (needs to be updated when the problem is fixed). |
| Comment by Kristian Nielsen [ 2012-10-08 ] |
|
Fix (removing mytop from mariadb-client-5.5 .deb) pushed to lp:maria/5.5 |