doc and astyle fixes
This commit is contained in:
committed by
Markus Mäkelä
parent
0ce183d7e3
commit
4fd6d075cb
@ -18,9 +18,9 @@ bool try_connect(TestConnections& test)
|
||||
bool rval = false;
|
||||
|
||||
if (rwsplit && master && slave &&
|
||||
execute_query(rwsplit, "SELECT 1") == 0 &&
|
||||
execute_query(master, "SELECT 1") == 0 &&
|
||||
execute_query(slave, "SELECT 1") == 0)
|
||||
execute_query(rwsplit, "SELECT 1") == 0 &&
|
||||
execute_query(master, "SELECT 1") == 0 &&
|
||||
execute_query(slave, "SELECT 1") == 0)
|
||||
|
||||
{
|
||||
rval = true;
|
||||
|
||||
Reference in New Issue
Block a user