Commit 2c8af55c authored by unknown's avatar unknown

Merge mysql.com:/home/jonas/src/mysql-5.0

into mysql.com:/home/jonas/src/mysql-5.0-ndb


ndb/tools/drop_index.cpp:
  Auto merged
ndb/tools/drop_tab.cpp:
  Auto merged
parents 3ceeb9c5 b7c8a098
...@@ -63,7 +63,7 @@ int main(int argc, char** argv){ ...@@ -63,7 +63,7 @@ int main(int argc, char** argv){
{ {
return NDBT_ProgramExit(NDBT_FAILED); 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; ndbout << "Cluster nodes not ready in 30 seconds." << endl;
return NDBT_ProgramExit(NDBT_FAILED); return NDBT_ProgramExit(NDBT_FAILED);
......
...@@ -64,7 +64,7 @@ int main(int argc, char** argv){ ...@@ -64,7 +64,7 @@ int main(int argc, char** argv){
ndbout << "Unable to connect to management server." << endl; ndbout << "Unable to connect to management server." << endl;
return NDBT_ProgramExit(NDBT_FAILED); 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; ndbout << "Cluster nodes not ready in 30 seconds." << endl;
return NDBT_ProgramExit(NDBT_FAILED); return NDBT_ProgramExit(NDBT_FAILED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment