Skip to content

Commit

Permalink
Bug#32169848 THD_NDB TRANSACTION FUNCTIONALITY [#2]
Browse files Browse the repository at this point in the history
Remove the unused "ndb_table_statistics_row" struct

Change-Id: I62982d005d50a0ece7d92b3861ecfa8462a05661
  • Loading branch information
blaudden committed May 19, 2021
1 parent 80011af commit 8b419f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions storage/ndb/plugin/ha_ndbcluster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12835,14 +12835,6 @@ bool ha_ndbcluster::low_byte_first() const {
#endif
}

struct ndb_table_statistics_row {
Uint64 rows;
Uint64 commits;
Uint32 size;
Uint64 fixed_mem;
Uint64 var_mem;
};

int ha_ndbcluster::update_stats(THD *thd, bool do_read_stat, uint part_id) {
struct Ndb_statistics stat;
Thd_ndb *thd_ndb = get_thd_ndb(thd);
Expand Down

0 comments on commit 8b419f0

Please sign in to comment.