Skip to content

Commit

Permalink
Merge pull request #262 from grooverdan/10.2-MDEV-9451-remove-innodb_…
Browse files Browse the repository at this point in the history
…buffer_pool_populate

MDEV-9451: Remove innodb_buffer_pool_populate from xtradb (10.2)
  • Loading branch information
dr-m committed Dec 1, 2016
2 parents 0b66d3f + 09b825b commit 6a10681
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions storage/xtradb/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down

0 comments on commit 6a10681

Please sign in to comment.