diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-02-05 21:51:35 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-02-05 21:51:35 +0200 |
commit | b3860a86216de794532e35c308346ea7124dc07c (patch) | |
tree | 5d26f785814ecde1e3973c5086022e727c2d26ad /storage/innobase/include/srv0mon.h | |
parent | 0700cde7f1071fb676d21794aaf97bf0a74acc61 (diff) | |
download | mariadb-git-b3860a86216de794532e35c308346ea7124dc07c.tar.gz |
InnoDB review fixes
Fix the formatting, and remove the MONITOR interface.
Remove unnecessary wrapper functions for the callbacks,
and replace void* with ha_innobase*.
Diffstat (limited to 'storage/innobase/include/srv0mon.h')
-rw-r--r-- | storage/innobase/include/srv0mon.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/srv0mon.h b/storage/innobase/include/srv0mon.h index 4c66da51bc2..474634ef5e6 100644 --- a/storage/innobase/include/srv0mon.h +++ b/storage/innobase/include/srv0mon.h @@ -443,11 +443,6 @@ enum monitor_id_t { MONITOR_ICP_OUT_OF_RANGE, MONITOR_ICP_MATCH, - MONITOR_MODULE_PK_FILTER, - MONITOR_PK_FILTER_CHECKS, - MONITOR_PK_FILTER_POSITIVE, - MONITOR_PK_FILTER_NEGATIVE, - /* Mutex/RW-Lock related counters */ MONITOR_MODULE_LATCHES, MONITOR_LATCHES, |