"Redo log buffer size in bytes.",
NULL, NULL, 16U << 20, 2U << 20, log_sys.buf_size_max, 4096);
- static constexpr const char *innodb_log_file_mmap_description=
- "Whether ib_logfile0"
-# ifdef HAVE_PMEM
- " resides in persistent memory or"
-# endif
- " should initially be memory-mapped";
+static constexpr const char *innodb_log_file_mmap_description=
+ "Whether ib_logfile0 on InnoDB startup and recovery is memory-mapped, or in persistent memory (on supported platforms).";
+
static MYSQL_SYSVAR_BOOL(log_file_mmap, log_sys.log_mmap,
PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_READONLY,
innodb_log_file_mmap_description,