Re: Dave Hibberd > Something didn’t quite add up so I went digging further - it turns out that > Ubuntu is shipping mysql-* as mysql-* and Debian is shipping mariadb-* as > mysql-*, see: > https://salsa.debian.org/mariadb-team/mysql/-/blob/mysql-defaults/debian/master/debian/rules > for the specific exception.
Ubuntu seems to have been switching back and forth between the two mysql flavors - I've given up on tracking that in the mysql-touching PostgreSQL packages (postgresql-mysql-fdw, ...). If cqrlog only works with one of them, we should depend directly on that server instead of using the default-mysql-whatever meta packages. (If this were PostgreSQL I would tell you that depending is wrong since you can access databases across the network, but I guess mysql doesn't work like that in this context.) Christoph