Add format attribute to test functions, fix resulting errors
Fixes mysqlmon_failover_stress.
This commit is contained in:
@ -175,7 +175,7 @@ int check_longblob_data(TestConnections* Test, MYSQL * conn, unsigned long chunk
|
||||
{
|
||||
if ((int)data[y] != y)
|
||||
{
|
||||
Test->add_result(1, "expected %d, got %d", data[y], y);
|
||||
Test->add_result(1, "expected %lu, got %d", data[y], y);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user