| |
@@ -2,3 +2,18 @@
|
| |
|
| |
[[sect-system-utilities]]
|
| |
= System Utilities
|
| |
+
|
| |
+ == MariaDB 10.5
|
| |
+
|
| |
+ Fedora 32 provides the `mariadb` package version 10.5, replacing the 10.4 series in Fedora since Fedora 32.
|
| |
+
|
| |
+ MariaDB 10.5 introduces several enhancements to improve functionality, compatibility and performance.
|
| |
+
|
| |
+ Highlights
|
| |
+
|
| |
+ * Executables with "mysql*" names changed to "mariadb-*" names. The original names are now symlinks to the new names. link:https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/#binaries-named-mariadb-mysql-symlinked[More information]
|
| |
+ * New storage engine available: link:https://mariadb.com/kb/en/using-the-s3-storage-engine/[Amazon S3]
|
| |
+ * New INET6 data type for storing IPv6 addresses.
|
| |
+ * Priviledges are now more granular.
|
| |
+
|
| |
+ For full information about this release, see the link:https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/[official MariaDB release notes].
|
| |
PR for F34 Release Notes, issue #608.
Added section [mariadb-10.5] to System_Utilities.adoc.