You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
Windows 64-bit fixes:
changed type of length parameter in mysql_stmt_prepare, mysql_real_query, mysql_stmt_send_long_data (incl. async _start functions) from unsigned long to size_t. Fixed warnings
This commit is contained in:
@@ -61,7 +61,7 @@ static int test_logs(MYSQL *mysql)
|
||||
MYSQL_STMT *stmt;
|
||||
MYSQL_BIND my_bind[2];
|
||||
char data[255];
|
||||
ulong length;
|
||||
size_t length;
|
||||
int rc;
|
||||
short id;
|
||||
|
||||
|
Reference in New Issue
Block a user