refactored tests (#147)
This commit is contained in:
@ -16,7 +16,7 @@ void* async_block(void* data)
|
||||
|
||||
std::string do_query(TestConnections& test)
|
||||
{
|
||||
MYSQL* conn = test.open_rwsplit_connection();
|
||||
MYSQL* conn = test.maxscales->open_rwsplit_connection(0);
|
||||
|
||||
const char* query = "SELECT SLEEP(15), @@server_id";
|
||||
char output[512] = "";
|
||||
|
Reference in New Issue
Block a user