mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Applying InnoDB snapshot
Detailed revision comments: r6858 | mmakela | 2010-03-23 14:09:24 +0200 (Tue, 23 Mar 2010) | 1 line branches/zip: innodb_read_ahead_threshold: Add missing space to help string.
This commit is contained in:
@@ -10730,7 +10730,7 @@ static MYSQL_SYSVAR_STR(change_buffering, innobase_change_buffering,
|
|||||||
|
|
||||||
static MYSQL_SYSVAR_ULONG(read_ahead_threshold, srv_read_ahead_threshold,
|
static MYSQL_SYSVAR_ULONG(read_ahead_threshold, srv_read_ahead_threshold,
|
||||||
PLUGIN_VAR_RQCMDARG,
|
PLUGIN_VAR_RQCMDARG,
|
||||||
"Number of pages that must be accessed sequentially for InnoDB to"
|
"Number of pages that must be accessed sequentially for InnoDB to "
|
||||||
"trigger a readahead.",
|
"trigger a readahead.",
|
||||||
NULL, NULL, 56, 0, 64, 0);
|
NULL, NULL, 56, 0, 64, 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user