Bug#971778: [debian-mysql] Bug#971778: mariadb-client-core-10.5: mariadb-embedded is missing

2020-10-08 Thread argv minus one
My use-case for it is setting up some databases for development/testing. I have a script that does three things: 1. Run mysql_install_db if necessary 2. Recreate some dev/test databases, by running some DROP DATABASE IF EXISTS and CREATE DATABASE statements using mysql_embedded 3. Run mysqld

Bug#971778: [debian-mysql] Bug#971778: mariadb-client-core-10.5: mariadb-embedded is missing

2020-10-07 Thread Otto Kekäläinen
We removed it due to low or no use. It will s unclear what the use case even is. In an embedded scenario you most likely are better off compiling yourself a version that only has the parts your embedded system actually needs? Let's see if anybody else chips in here and if there was other

Bug#971778: [debian-mysql] Bug#971778: mariadb-client-core-10.5: mariadb-embedded is missing

2020-10-07 Thread Faustin Lammler
Hi! Indeed https://github.com/MariaDB/server/blob/10.4/debian/not-installed#L4 It seems that the move was done in 10.4 to not deploy it anymore due to it's huge size. Otto, do you know if this binary is provided by another deb or if there is any way to get it through Debian repositories.