Skip to content

Commit

Permalink
db_mysql: update docs for MariaDB Connector/C builds
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man authored and linuxmaniac committed Jan 30, 2024
1 parent d772b4c commit 2bcc32a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/modules/db_mysql/doc/db_mysql_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<listitem>
<para>
<emphasis>mysql</emphasis> - the development libraries for the MySQL database. In some Linux distributions named "libmysqlclient-dev".
<emphasis>MariaDB</emphasis> - the development libraries for the MariaDB database. In some Linux distributions named "libmariadbclient-dev".
</para>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -198,7 +199,10 @@ modparam("db_mysql", "update_affected_found", 1)
defined.
</para>
<para>
Note: this option is supported only by libmysqlclient, not by libmariadbclient.
MariaDB client configuration uses the following values: 0, 1 use plain, 2/3/4 for MYSQL_OPT_SSL_ENFORCE,
5 for MYSQL_OPT_SSL_VERIFY_SERVER_CERT (see MariaDB Connector/C documentation)

Other values are ignored.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -298,4 +302,3 @@ default-character-set = utf8
</para>
</section>
</chapter>

0 comments on commit 2bcc32a

Please sign in to comment.