1
0
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:
Vladislav Vaintroub
2016-10-12 21:04:55 +00:00
parent e34a595ce2
commit 7cb8479605
10 changed files with 27 additions and 20 deletions

View File

@@ -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);