From 942e8330e6fa221d3ca1f44ecf55dfb7f6912c43 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 14 Jun 2020 19:43:59 -0700 Subject: [PATCH] ircd::db: Indicate DEBUG_PREFETCH is also available for verbose debuglog. --- ircd/db.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ircd/db.h b/ircd/db.h index 96070757a..74cde6b7a 100644 --- a/ircd/db.h +++ b/ircd/db.h @@ -22,6 +22,8 @@ /// useful even in debug-mode builds, thus the manual #define being required. /// //#define RB_DEBUG_DB_SEEK +//#define RB_DEBUG_DB_SEEK_ROW +//#define IRCD_DB_DEBUG_PREFETCH /// Uncomment or -D this #define to enable extensive log messages for the /// experimental db environment-port implementation. This is only useful