diff options
author | joreland@mysql.com <> | 2005-02-24 18:59:56 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-02-24 18:59:56 +0100 |
commit | c25ce0e3623f9bf0c4615be55a358db57e771609 (patch) | |
tree | 574b739f957d429abe3ed0d4fd05270077c39639 /sql/ha_ndbcluster.cc | |
parent | 87402eb5bbb563e4b84c9de3a6cca58822c97ad0 (diff) | |
parent | 15de06f29052ab48c09e627167162042736657a1 (diff) | |
download | mariadb-git-c25ce0e3623f9bf0c4615be55a358db57e771609.tar.gz |
Merge mysql.com:/home/jonas/src/fix
into mysql.com:/home/jonas/src/mysql-4.1
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 47cca937544..3e2fc5b2855 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -4407,7 +4407,7 @@ bool ndbcluster_init() DBUG_PRINT("info",("NDBCLUSTER storage engine at %s on port %d", g_ndb_cluster_connection->get_connected_host(), g_ndb_cluster_connection->get_connected_port())); - g_ndb_cluster_connection->wait_until_ready(10,0); + g_ndb_cluster_connection->wait_until_ready(10,3); } else if(res == 1) { |