Release 3.13.0 commit

This commit is contained in:
Andrew Klychkov 2025-03-21 07:02:04 +01:00
commit 60bd7cd971
5 changed files with 42 additions and 8 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used to have users that will act as definers on stored procedures.

View file

@ -1,5 +0,0 @@
---
minor_changes:
- Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous version is now 10.11.
bugfixes:
- mysql_db - fix dump and import to find MariaDB binaries (mariadb and mariadb-dump) when MariaDB 11+ is used and symbolic links to MySQL binaries are absent.