MXS-2900 Add parameter checking to tprintf-function

This commit is contained in:
Esa Korhonen
2020-08-13 22:38:21 +03:00
parent 5abdb91e9d
commit b31cb20bae
10 changed files with 10 additions and 10 deletions

View File

@ -55,7 +55,7 @@ void tune_rowcount(TestConnections& test)
int orig = ROWCOUNT;
ROWCOUNT = orig / dur.count() * 10000;
test.tprintf("Loading %d rows took %d ms, setting row count to %d",
test.tprintf("Loading %d rows took %ld ms, setting row count to %d",
orig,
dur.count(),
ROWCOUNT.load());