mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
Applying InnoDB snapshot
Detailed revision comments: r6857 | mmakela | 2010-03-23 14:07:53 +0200 (Tue, 23 Mar 2010) | 1 line branches/zip: innodb_change_buffering: Correct the documentation.
This commit is contained in:
parent
ba580ebcf3
commit
4da9286ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -10724,7 +10724,7 @@ static MYSQL_SYSVAR_BOOL(use_sys_malloc, srv_use_sys_malloc,
|
|||
static MYSQL_SYSVAR_STR(change_buffering, innobase_change_buffering,
|
||||
PLUGIN_VAR_RQCMDARG,
|
||||
"Buffer changes to reduce random access: "
|
||||
"OFF, ON, inserting, deleting, changing, or purging.",
|
||||
"OFF, ON, none, inserts.",
|
||||
innodb_change_buffering_validate,
|
||||
innodb_change_buffering_update, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue