Commit 3b61030d authored by Jan Lindström's avatar Jan Lindström

Fix error on innodb_mtflush_threads parameter.

parent 0b92fe9c
...@@ -16801,7 +16801,7 @@ static MYSQL_SYSVAR_BOOL(use_lz4, srv_use_lz4, ...@@ -16801,7 +16801,7 @@ static MYSQL_SYSVAR_BOOL(use_lz4, srv_use_lz4,
#endif /* HAVE_LZ4 */ #endif /* HAVE_LZ4 */
static MYSQL_SYSVAR_LONG(mtflush_threads, srv_mtflush_threads, static MYSQL_SYSVAR_LONG(mtflush_threads, srv_mtflush_threads,
PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
"Number of multi-threaded flush threads", "Number of multi-threaded flush threads",
NULL, NULL, NULL, NULL,
MTFLUSH_DEFAULT_WORKER, /* Default setting */ MTFLUSH_DEFAULT_WORKER, /* Default setting */
......
...@@ -17955,7 +17955,7 @@ static MYSQL_SYSVAR_BOOL(use_lz4, srv_use_lz4, ...@@ -17955,7 +17955,7 @@ static MYSQL_SYSVAR_BOOL(use_lz4, srv_use_lz4,
#endif /* HAVE_LZ4 */ #endif /* HAVE_LZ4 */
static MYSQL_SYSVAR_LONG(mtflush_threads, srv_mtflush_threads, static MYSQL_SYSVAR_LONG(mtflush_threads, srv_mtflush_threads,
PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
"Number of multi-threaded flush threads", "Number of multi-threaded flush threads",
NULL, NULL, NULL, NULL,
MTFLUSH_DEFAULT_WORKER, /* Default setting */ MTFLUSH_DEFAULT_WORKER, /* Default setting */
......
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