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
Build fix: fix warning in ps_bugs.c
This commit is contained in:
@@ -5034,7 +5034,7 @@ static int test_conc_fraction(MYSQL *mysql)
|
|||||||
|
|
||||||
if (tm.second_part != expected)
|
if (tm.second_part != expected)
|
||||||
{
|
{
|
||||||
diag("Error: tm.second_part=%ld expected=%lld", tm.second_part, expected);
|
diag("Error: tm.second_part=%ld expected=%d", tm.second_part, expected);
|
||||||
mysql_stmt_close(stmt);
|
mysql_stmt_close(stmt);
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user