From a5c973f86b6a0bcdc593775d8cfa8f9f69c589f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 12 Dec 2023 11:29:02 +0100 Subject: [PATCH] Mention in docs for sql_prepared_statements that it works with MySQL --- src/ejabberd_options_doc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index c5ac3eba4..b7d7ed83b 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -1348,7 +1348,7 @@ doc() -> note => "added in 20.01", desc => ?T("This option is 'true' by default, and is useful to disable " - "prepared statements. The option is valid for PostgreSQL.")}}, + "prepared statements. The option is valid for PostgreSQL and MySQL.")}}, {sql_query_timeout, #{value => "timeout()", desc =>