You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ Community MySQL and MariaDB Collection Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+
v3.13.0
10
+
=======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
This is a minor release of the ``community.mysql`` collection.
16
+
This changelog contains all changes to the modules and plugins in this
17
+
collection that have been made after the previous release.
18
+
19
+
Minor Changes
20
+
-------------
21
+
22
+
- Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous version is now 10.11.
23
+
- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used to have users that will act as definers on stored procedures.
24
+
25
+
Bugfixes
26
+
--------
27
+
28
+
- 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.
0 commit comments