summaryrefslogtreecommitdiff
path: root/storage/innobase/include/srv0mon.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-02-05 21:51:35 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-02-05 21:51:35 +0200
commitb3860a86216de794532e35c308346ea7124dc07c (patch)
tree5d26f785814ecde1e3973c5086022e727c2d26ad /storage/innobase/include/srv0mon.h
parent0700cde7f1071fb676d21794aaf97bf0a74acc61 (diff)
downloadmariadb-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.h5
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,