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.3' into 3.4

This commit is contained in:
Georg Richter
2024-12-21 08:10:04 +01:00
4 changed files with 5 additions and 8 deletions

View File

@@ -2433,8 +2433,8 @@ static int test_conc748(MYSQL *my __attribute__((unused)))
mysql_ssl_set(mysql, NULL, NULL, NULL, NULL, NULL);
mysql_optionsv(mysql, MYSQL_OPT_SSL_CIPHER, ciphers[i]);
if (!my_test_connect(mysql, hostname, NULL,
NULL, schema, port, socketname, 0, 0))
if (!my_test_connect(mysql, hostname, username,
password, schema, port, socketname, 0))
{
diag("error: %s", mysql_error(mysql));
return FAIL;