Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
888c2057
Commit
888c2057
authored
Apr 04, 2007
by
Justin.He/justin.he@dev3-240.dev.cn.tlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync the initialization configuration information between ConfigInfo.cpp and ParamInfo.cpp
parent
888fcd6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
storage/ndb/src/mgmsrv/ParamInfo.cpp
storage/ndb/src/mgmsrv/ParamInfo.cpp
+16
-4
No files found.
storage/ndb/src/mgmsrv/ParamInfo.cpp
View file @
888c2057
...
...
@@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = {
"If set to yes, then NDB Cluster data will not be swapped out to disk"
,
CI_USED
,
true
,
CI_
BOOL
,
"
false
"
,
"
false
"
,
"
true
"
},
CI_
INT
,
"
0
"
,
"
1
"
,
"
2
"
},
{
CFG_DB_WATCHDOG_INTERVAL
,
...
...
@@ -1114,6 +1114,18 @@ const ParamInfo ParamInfoArray[] = {
"0"
,
"0"
,
STR_VALUE
(
MAX_INT_RNIL
)
},
{
CFG_DB_MEMREPORT_FREQUENCY
,
"MemReportFrequency"
,
DB_TOKEN
,
"Frequency of mem reports in seconds, 0 = only when passing %-limits"
,
CI_USED
,
false
,
CI_INT
,
"0"
,
"0"
,
STR_VALUE
(
MAX_INT_RNIL
)
},
/***************************************************************************
* API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment