@@ -22537,13 +22537,11 @@ static MYSQL_SYSVAR_ULONGLONG(
22537
22537
ulonglong{srv_buf_pool_chunk_unit_max},
22538
22538
ulonglong{srv_buf_pool_chunk_unit_blk_sz});
22539
22539
22540
- #if defined UNIV_DEBUG || defined UNIV_PERF_DEBUG
22541
22540
static MYSQL_SYSVAR_ULONG(page_hash_locks, srv_n_page_hash_locks,
22542
22541
PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_READONLY,
22543
22542
"Number of rw_locks protecting buffer pool "
22544
22543
"page_hash. Rounded up to the next power of 2",
22545
22544
nullptr, nullptr, 16, 1, MAX_PAGE_HASH_LOCKS, 0);
22546
- #endif /* defined UNIV_DEBUG || defined UNIV_PERF_DEBUG */
22547
22545
22548
22546
static MYSQL_SYSVAR_BOOL(
22549
22547
validate_tablespace_paths, srv_validate_tablespace_paths,
@@ -23588,9 +23586,7 @@ static SYS_VAR *innobase_system_variables[] = {
23588
23586
MYSQL_SYSVAR(merge_threshold_set_all_debug),
23589
23587
MYSQL_SYSVAR(semaphore_wait_timeout_debug),
23590
23588
#endif /* UNIV_DEBUG */
23591
- #if defined UNIV_DEBUG || defined UNIV_PERF_DEBUG
23592
23589
MYSQL_SYSVAR(page_hash_locks),
23593
- #endif /* defined UNIV_DEBUG || defined UNIV_PERF_DEBUG */
23594
23590
MYSQL_SYSVAR(validate_tablespace_paths),
23595
23591
MYSQL_SYSVAR(use_fdatasync),
23596
23592
MYSQL_SYSVAR(status_output),
0 commit comments