mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
MDEV-7620: Remove the data structures
The instrumentation that was added in commit90635c6fb5(MDEV-7620) was effectively reverted in MariaDB Server 10.2.2, in commit2e814d4702(which stopped reporting the statistics) and commitfec844aca8(which stopped updating the statistics). Let us remove the orphan data members to reduce the memory footprint.
This commit is contained in:
parent
c048053c8a
commit
d01a034ac6
2 changed files with 0 additions and 18 deletions
|
|
@ -1113,20 +1113,6 @@ private:
|
|||
during bulk create index */
|
||||
FlushObserver* flush_observer;
|
||||
public:
|
||||
/* Lock wait statistics */
|
||||
ulint n_rec_lock_waits;
|
||||
/*!< Number of record lock waits,
|
||||
might not be exactly correct. */
|
||||
ulint n_table_lock_waits;
|
||||
/*!< Number of table lock waits,
|
||||
might not be exactly correct. */
|
||||
ulint total_rec_lock_wait_time;
|
||||
/*!< Total rec lock wait time up
|
||||
to this moment. */
|
||||
ulint total_table_lock_wait_time;
|
||||
/*!< Total table lock wait time
|
||||
up to this moment. */
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
os_event_t wsrep_event; /* event waited for in srv_conc_slot */
|
||||
#endif /* WITH_WSREP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue