24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Mention in docs for sql_prepared_statements that it works with MySQL

This commit is contained in:
Paweł Chmielowski 2023-12-12 11:29:02 +01:00
parent 6b2b89da78
commit a5c973f86b

View File

@ -1348,7 +1348,7 @@ doc() ->
note => "added in 20.01", note => "added in 20.01",
desc => desc =>
?T("This option is 'true' by default, and is useful to disable " ?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, {sql_query_timeout,
#{value => "timeout()", #{value => "timeout()",
desc => desc =>