2
0
Эх сурвалжийг харах

db_mysql: fix typos

The option opt_ssl_ca is a string not integer.

The comment for ea81e6cb should show the code fix as
mysql_options(ptr->con, MYSQL_OPT_SSL_CA, (void *)db_mysql_opt_ssl_ca)
S-P Chan 1 жил өмнө
parent
commit
c89fe41b15

+ 1 - 1
src/modules/db_mysql/doc/db_mysql_admin.xml

@@ -219,7 +219,7 @@ modparam("db_mysql", "opt_ssl_mode", 1)
 		</example>
 	</section>
 	<section id="db_mysql.p.opt_ssl_ca">
-		<title><varname>opt_ssl_ca</varname> (integer)</title>
+		<title><varname>opt_ssl_ca</varname> (string)</title>
 		<para>
 		Configures the CA certs used to verify the MySQL server cert when
 		SSL is enabled.