From af86342752f330949f5ddf43178fd1a845423912 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 21 Aug 2024 14:24:46 +0100 Subject: [PATCH] Document that the mysql module should support MySQL forks. --- docs/4/modules/mysql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/4/modules/mysql.yml b/docs/4/modules/mysql.yml index d317a876..ba552857 100644 --- a/docs/4/modules/mysql.yml +++ b/docs/4/modules/mysql.yml @@ -85,3 +85,6 @@ configuration: srv="no" tls="yes"> ``` + +special_notes: |- + This module should be broadly compatible with MySQL forks such as MariaDB and Percona. However, you may also need to install a compatibility package and some features added to MySQL since they were forked may not work.