You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix failing tests when server runs on a different machine
This commit is contained in:
@@ -224,7 +224,7 @@ MYSQL *my_test_connect(MYSQL *mysql,
|
||||
static const char *schema = 0;
|
||||
static char *hostname = 0;
|
||||
static char *password = 0;
|
||||
static char fingerprint[65];
|
||||
static char fingerprint[65]= {0};
|
||||
static unsigned int port = 0;
|
||||
static unsigned int ssl_port = 0;
|
||||
static char *socketname = 0;
|
||||
|
Reference in New Issue
Block a user