9498
9540
"The size of the memory buffer InnoDB uses to cache data and indexes of its tables.",
9499
9541
NULL, NULL, 128*1024*1024L, 5*1024*1024L, INT64_MAX, 1024*1024L);
9545
"Number of buffer pool instances, set to higher value on high-end machines to increase scalability",
9546
NULL, NULL, 1L, 1L, MAX_BUFFER_POOLS, 1L);
9501
9548
static DRIZZLE_SYSVAR_ULONG(commit_concurrency, innobase_commit_concurrency,
9503
9550
"Helps in performance tuning in heavily concurrent environments.",