mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-main sql/ha_ndbcluster.cc: Auto merged
This commit is contained in:
commit
e6297be853
1 changed files with 3 additions and 0 deletions
|
|
@ -5852,8 +5852,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue