corrected merge error

parent 6f318d16
...@@ -5846,8 +5846,11 @@ ndb_get_table_statistics(Ndb* ndb, const char * table, ...@@ -5846,8 +5846,11 @@ ndb_get_table_statistics(Ndb* ndb, const char * table,
{ {
Uint64 rows, commits, mem; Uint64 rows, commits, mem;
Uint32 size; Uint32 size;
Uint32 count= 0;
Uint64 sum_rows= 0; Uint64 sum_rows= 0;
Uint64 sum_commits= 0; Uint64 sum_commits= 0;
Uint64 sum_row_size= 0;
Uint64 sum_mem= 0;
NdbScanOperation*pOp; NdbScanOperation*pOp;
NdbResultSet *rs; NdbResultSet *rs;
int check; int check;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment