0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00

ircd::db: Indicate DEBUG_PREFETCH is also available for verbose debuglog.

This commit is contained in:
Jason Volk 2020-06-14 19:43:59 -07:00
parent 4d3f394cbe
commit 942e8330e6

View file

@ -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