Release 3.13.0 commit (#705)

This commit is contained in:
Andrew Klychkov 2025-03-21 07:02:43 +01:00 committed by GitHub
commit b26235b7d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.