summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-04-25 15:24:17 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-04-25 15:24:17 +0200
commit9a9ff1501264f2cf2394cd2add04549b9e121710 (patch)
treefe61a598ac01c1a4e75136913694366cdc3ad69e /sql
parentea7130843562de508bf78047c08693ec759307d0 (diff)
parent10b5227bb0eed515fa2a0f41c7c184b4f720c3db (diff)
downloadmariadb-git-9a9ff1501264f2cf2394cd2add04549b9e121710.tar.gz
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb sql/ha_ndbcluster.cc: SCCS merged
Diffstat (limited to 'sql')
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index ad1c311a655..604a5ea19e2 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -6201,7 +6201,7 @@ ndb_get_table_statistics(ha_ndbcluster* file, bool report_error, Ndb* ndb,
NdbError error;
int retries= 10;
int reterr= 0;
- int retry_sleep= 30 * 1000; /* 30 milliseconds */
+ int retry_sleep= 30; /* 30 milliseconds, transaction */
#ifndef DBUG_OFF
char buff[22], buff2[22], buff3[22], buff4[22];
#endif