Skip to content

Commit

Permalink
Mention in docs for sql_prepared_statements that it works with MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 12, 2023
1 parent 6b2b89d commit a5c973f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_options_doc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit a5c973f

Please sign in to comment.