[debian-mysql] Bug#919395: Heads up to release team about MariadB 10.3

Andreas Beckmann anbe at debian.org
Sun Jan 20 13:08:52 GMT 2019


On 2019-01-20 12:04, Otto Kekäläinen wrote:
> Is there some way for me to test this transition manually? I have
> tested many times upgrading systems with Stretch/MariaDB 10.1 to
> Sid/MariaDB 10.3 but did not bump into any issues.

I tried this manually in pbuilder/buster to understand what problem
britney encountered. I didn't see this in my piuparts tests.

# britney reported problems for libmariadbclient-dev
# and tried to migrate both src:mariadb-10.3 and src:mysql-defaults
apt-get install libmariadbclient-dev default-mysql-client-dev

sources.list += sid, apt-get update

apt-get install libmariadbclient-dev default-mysql-client-dev
# selects 1:10.3.12-1 where available
# boom - libmariadbclient-dev is no longer installable, so the migration
# would require immediate removal of mariadb-10.1 to succeed which would
# have more implications

# let's add -2 with the new transitional package
sources.list += /tmp/mariadb, apt-get update

apt-get install libmariadbclient-dev default-mysql-client-dev
# selects -2
# worked fine

While on a normal upgrade path libmariadbclient-dev might just get
removed, britney actually cares that the installability of the packages
in testing does not regress.


Andreas



More information about the pkg-mysql-maint mailing list