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

@@ -51,7 +51,7 @@ static int test_bug28075(MYSQL *mysql)
static int test_bug28505(MYSQL *mysql)
{
my_ulonglong res;
unsigned long long res;
int rc;
rc= mysql_query(mysql, "drop table if exists t1");