mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/zip rb://152
Disable display of deprecated parameter innodb_file_io_threads in 'show variables'.
This commit is contained in:
parent
07e2ab7aab
commit
b6cf058ba3
1 changed files with 1 additions and 1 deletions
|
@ -9878,7 +9878,7 @@ static MYSQL_SYSVAR_ULONG(concurrency_tickets, srv_n_free_tickets_to_enter,
|
||||||
NULL, NULL, 500L, 1L, ~0L, 0);
|
NULL, NULL, 500L, 1L, ~0L, 0);
|
||||||
|
|
||||||
static MYSQL_SYSVAR_LONG(file_io_threads, innobase_file_io_threads,
|
static MYSQL_SYSVAR_LONG(file_io_threads, innobase_file_io_threads,
|
||||||
PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
|
PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY | PLUGIN_VAR_NOSYSVAR,
|
||||||
"Number of file I/O threads in InnoDB.",
|
"Number of file I/O threads in InnoDB.",
|
||||||
NULL, NULL, 4, 4, 64, 0);
|
NULL, NULL, 4, 4, 64, 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue