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

@ -118,7 +118,7 @@ int main(int argc, char* argv[])
Test->maxscales->password,
NULL);
Test->tprintf("Dropping user", Test->maxscales->user_name);
Test->tprintf("Dropping user");
Test->try_query(Test->maxscales->conn_rwsplit[0], (char*) "DROP USER user@'%%';");
Test->check_maxscale_alive(0);