1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Build fixes for 10.2 integration

This commit is contained in:
Georg Richter
2016-03-01 13:54:33 +01:00
parent c433c30271
commit 89fce625b5
9 changed files with 61 additions and 70 deletions

View File

@@ -395,7 +395,7 @@ static int test_bad_union(MYSQL *mysql)
*/
static int test_mysql_insert_id(MYSQL *mysql)
{
my_ulonglong res;
unsigned long long res;
int rc;
if (mysql_get_server_version(mysql) < 50100) {