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 Win64 warnings. Correctly define my_socket in ma_global.h
This commit is contained in:
@@ -179,7 +179,7 @@ static int bulk3(MYSQL *mysql)
|
||||
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
|
||||
size_t row_size= sizeof(struct st_bulk3);
|
||||
int array_size= 3;
|
||||
size_t length= -1;
|
||||
ulong length= -1;
|
||||
|
||||
rc= mysql_query(mysql, "DROP TABLE IF EXISTS bulk3");
|
||||
check_mysql_rc(rc,mysql);
|
||||
|
Reference in New Issue
Block a user