Merge branch '2.2' into develop

This commit is contained in:
Esa Korhonen
2018-09-13 13:08:25 +03:00
committed by Timofey Turenko
13 changed files with 34 additions and 51 deletions

View File

@ -43,7 +43,7 @@ int main(int argc, char** argv)
auto ok = [&test, &query](string q, int t = 0) {
test.expect(query(q, t),
"Query '%' should work: %s",
"Query '%s' should work: %s",
q.c_str(),
mysql_error(test.maxscales->conn_rwsplit[0]));
};