Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0

into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb


sql/ha_ndbcluster.cc:
  Auto merged
This commit is contained in:
unknown 2006-06-29 22:13:19 +02:00
commit f030f85860

View file

@ -7414,8 +7414,11 @@ ndb_get_table_statistics(Ndb* ndb, const NDBTAB *ndbtab,
{
Uint64 rows, commits, mem;
Uint32 size;
Uint32 count= 0;
Uint64 sum_rows= 0;
Uint64 sum_commits= 0;
Uint64 sum_row_size= 0;
Uint64 sum_mem= 0;
NdbScanOperation*pOp;
NdbResultSet *rs;
int check;