From 57f9490622d39e4787e50b25d0922ee2d0411b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Bl=C3=A5udd?= Date: Wed, 18 Nov 2020 17:13:15 +0100 Subject: [PATCH] Bug#32169848 THD_NDB TRANSACTION FUNCTIONALITY [#2] Remove the unused "ndb_table_statistics_row" struct Change-Id: I62982d005d50a0ece7d92b3861ecfa8462a05661 --- storage/ndb/plugin/ha_ndbcluster.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/storage/ndb/plugin/ha_ndbcluster.cc b/storage/ndb/plugin/ha_ndbcluster.cc index ea30179f7bb7..b55c2a65b161 100644 --- a/storage/ndb/plugin/ha_ndbcluster.cc +++ b/storage/ndb/plugin/ha_ndbcluster.cc @@ -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);