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

Merge branch '3.1' into 3.3

This commit is contained in:
Georg Richter
2024-12-09 19:32:13 +01:00
2 changed files with 6 additions and 6 deletions

View File

@@ -4048,7 +4048,7 @@ mysql_get_optionv(MYSQL *mysql, enum mysql_option option, void *arg, ...)
(uint)strlen((char *)key))))
{
p+= strlen(key) + 1;
*((void **)data)= *((void **)p);
memcpy(data, p, sizeof(void *));
break;
}
if (data)