MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
770 stars 438 forks source link

Add new mariadb.sys user to the list of system users #306

Closed csandanov closed 4 years ago

csandanov commented 4 years ago

Since 10.4.13 mysql.user (and probably others) have a new definer mariadb.sys instead of mysql.sys that should be added to the list of exclusion in bootstrap. I found this issue in my alpine-based mariadb where I use your bootstrap code https://jira.mariadb.org/browse/MDEV-22542

tianon commented 4 years ago

Nice, looks good! Thanks for the contribution. :+1: