1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge branch '3.2' into 3.3

This commit is contained in:
Georg Richter
2021-12-22 07:18:27 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -455,8 +455,8 @@ void STDCALL mariadb_rpl_close(MARIADB_RPL *rpl)
}
int mariadb_rpl_optionsv(MARIADB_RPL *rpl,
enum mariadb_rpl_option option,
...)
enum mariadb_rpl_option option,
...)
{
va_list ap;
int rc= 0;
@@ -510,8 +510,8 @@ end:
}
int mariadb_rpl_get_optionsv(MARIADB_RPL *rpl,
enum mariadb_rpl_option option,
...)
enum mariadb_rpl_option option,
...)
{
va_list ap;