mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd::db: Indicate DEBUG_PREFETCH is also available for verbose debuglog.
This commit is contained in:
parent
4d3f394cbe
commit
942e8330e6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue