Commit 6a106812 authored by Marko Mäkelä's avatar Marko Mäkelä Committed by GitHub

Merge pull request #262 from grooverdan/10.2-MDEV-9451-remove-innodb_buffer_pool_populate

MDEV-9451: Remove innodb_buffer_pool_populate from xtradb (10.2)
parents 0b66d3f7 09b825bf
......@@ -20265,11 +20265,6 @@ static MYSQL_SYSVAR_LONGLONG(buffer_pool_size, innobase_buffer_pool_size,
"The size of the memory buffer InnoDB uses to cache data and indexes of its tables.",
NULL, NULL, 128*1024*1024L, 5*1024*1024L, LONGLONG_MAX, 1024*1024L);
static MYSQL_SYSVAR_BOOL(buffer_pool_populate, srv_numa_interleave,
PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
"Depricated. This option is temporary alias of --innodb-numa-interleave.",
NULL, NULL, FALSE);
static MYSQL_SYSVAR_ENUM(foreground_preflush, srv_foreground_preflush,
PLUGIN_VAR_OPCMDARG,
"The algorithm InnoDB uses for the query threads at sync preflush. "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment