mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
commit
9905a52011
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ int main(int argc, char** argv){
|
|||
{
|
||||
return NDBT_ProgramExit(NDBT_FAILED);
|
||||
}
|
||||
if (con.wait_until_ready(30,0) < 0)
|
||||
if (con.wait_until_ready(30,3) < 0)
|
||||
{
|
||||
ndbout << "Cluster nodes not ready in 30 seconds." << endl;
|
||||
return NDBT_ProgramExit(NDBT_FAILED);
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ int main(int argc, char** argv){
|
|||
ndbout << "Unable to connect to management server." << endl;
|
||||
return NDBT_ProgramExit(NDBT_FAILED);
|
||||
}
|
||||
if (con.wait_until_ready(30,0) < 0)
|
||||
if (con.wait_until_ready(30,3) < 0)
|
||||
{
|
||||
ndbout << "Cluster nodes not ready in 30 seconds." << endl;
|
||||
return NDBT_ProgramExit(NDBT_FAILED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue