diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-06-29 22:13:19 +0200 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-06-29 22:13:19 +0200 |
commit | 3b3dde6f4e80ae60136ccbc117eb7fa742721eea (patch) | |
tree | 82571d8aefbfbfb16842eed29506894619b9e318 /sql/ha_ndbcluster.cc | |
parent | 9d902d4cf83f88e6bc282c59f49038950bee425a (diff) | |
parent | 5d67b0520306f9bca7ecc1eb9d9c35497354cc1b (diff) | |
download | mariadb-git-3b3dde6f4e80ae60136ccbc117eb7fa742721eea.tar.gz |
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 4b5eed8af70..3b65f11d119 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -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; |