mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/51-work
This commit is contained in:
commit
65a4bc9075
2 changed files with 14 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
|||
#define CFG_DB_BACKUP_DATA_BUFFER_MEM 134
|
||||
#define CFG_DB_BACKUP_LOG_BUFFER_MEM 135
|
||||
#define CFG_DB_BACKUP_WRITE_SIZE 136
|
||||
#define CFG_DB_BACKUP_MAX_WRITE_SIZE 139
|
||||
|
||||
#define CFG_LOG_DESTINATION 147
|
||||
|
||||
|
|
|
@ -1235,7 +1235,19 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
|
|||
false,
|
||||
ConfigInfo::CI_INT,
|
||||
"32K",
|
||||
"0",
|
||||
"2K",
|
||||
STR_VALUE(MAX_INT_RNIL) },
|
||||
|
||||
{
|
||||
CFG_DB_BACKUP_MAX_WRITE_SIZE,
|
||||
"BackupMaxWriteSize",
|
||||
DB_TOKEN,
|
||||
"Max size of filesystem writes made by backup (in bytes)",
|
||||
ConfigInfo::CI_USED,
|
||||
false,
|
||||
ConfigInfo::CI_INT,
|
||||
"256K",
|
||||
"2K",
|
||||
STR_VALUE(MAX_INT_RNIL) },
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue