mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
This commit is contained in:
commit
7d63b2d12c
1 changed files with 1 additions and 1 deletions
|
@ -7771,7 +7771,7 @@ ndb_get_table_statistics(ha_ndbcluster* file, bool report_error, Ndb* ndb, const
|
|||
NdbError error;
|
||||
int retries= 10;
|
||||
int reterr= 0;
|
||||
int retry_sleep= 30 * 1000; /* 30 milliseconds */
|
||||
int retry_sleep= 30; /* 30 milliseconds, transaction */
|
||||
char buff[22], buff2[22], buff3[22], buff4[22];
|
||||
DBUG_ENTER("ndb_get_table_statistics");
|
||||
DBUG_PRINT("enter", ("table: %s", ndbtab->getName()));
|
||||
|
|
Loading…
Reference in a new issue