Skip to content

Commit 16cce5c

Browse files
committed
Bug#25641417 PACKAGE UPGRADE FROM 5.6 TO 5.7 FAILING ON DEBIAN/UBUNTU PLATFORMS
The mysql_plugin file is in the client package in 5.6, and server in 5.7, causing file conflicts on upgrade.
1 parent 9472dc7 commit 16cce5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/deb-in/control.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Architecture: any
2323
Pre-depends: debconf (>= 0.2.17), adduser
2424
Depends: mysql-common (>= ${binary:Version}), mysql-client (= ${binary:Version}), perl, psmisc,
2525
${shlibs:Depends}, ${misc:Depends}
26-
Breaks: mysql-common (<< 5.7.14)
26+
Breaks: mysql-common (<< 5.7.14), mysql-@DEB_PRODUCTNAME@-client (<< 5.7)
2727
Conflicts: mysql,
2828
mysql-server-5.0, mysql-server-core-5.0,
2929
mysql-server-5.1, mysql-server-core-5.1,
@@ -42,6 +42,7 @@ Replaces: mysql,
4242
mysql-server-5.5, mysql-server-core-5.5,
4343
mysql-server-5.6, mysql-server-core-5.6,
4444
mysql-server-5.7, mysql-server-core-5.7,
45+
mysql-@DEB_PRODUCTNAME@-client (<< 5.7),
4546
mysql-@DEB_NOTPRODUCTNAME@-server,
4647
@DEB_CONTROL_SERVER_CONFLICT_NDB@,
4748
mysql-common (<< 5.7.14)

0 commit comments

Comments
 (0)