summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-06-29 22:11:29 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-06-29 22:11:29 +0200
commitd6fe37ae70a483aad8488509650f92411204606c (patch)
treec7fd3a1b43c2e33c913b3adde50224001ab9ed61 /sql/ha_ndbcluster.cc
parenta47d61723fae0f4ed478ba6c8e47e7acd24145cd (diff)
downloadmariadb-git-d6fe37ae70a483aad8488509650f92411204606c.tar.gz
corrected merge error
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 7f433f06cf9..e4ff39797ca 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -5846,8 +5846,11 @@ ndb_get_table_statistics(Ndb* ndb, const char * table,
{
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;