On Wed, 2025-08-27 at 10:19 -0700, Otto Kekäläinen wrote:
> I propose that the latest minor maintenance version of MariaDB to be
> included in the oldstable release update of Debian.

#1112499 was reported this morning, because the new version of the
server fails to start due to this change in debian-start.inc.sh:

-  ret=$( echo "SELECT count(*) FROM mysql.user WHERE user='root' and 
password='' and plugin in ('', 'mysql_native_password', 'mysql_old_password');" 
| $MYSQL --skip-column-names )
-  if [ "$ret" -ne "0" ]; then
-    logger -p daemon.warn -i -t$0 "WARNING: mysql.user contains $ret root 
accounts without password!"
+  ret=$(echo "
...
+     " | $MARIADB --skip-column-names)

i.e. $MYSQL -> $MARIADB without defining the latter.

Regards,

Adam

Reply via email to