9536
9526
"Percentage of dirty pages allowed in bufferpool.",
9537
9527
NULL, NULL, 75, 0, 99, 0);
9544
9529
static DRIZZLE_SYSVAR_ULONG(max_purge_lag, srv_max_purge_lag,
9546
9531
"Desired maximum length of the purge queue (0 = no limit)",
9547
9532
NULL, NULL, 0, 0, ~0L, 0);
9554
9534
static DRIZZLE_SYSVAR_ULONGLONG(stats_sample_pages, srv_stats_sample_pages,
9556
9536
"The number of index pages to sample when calculating statistics (default 8)",