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
22e2ca54
Commit
22e2ca54
authored
Apr 04, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync the initialization configuration information between ConfigInfo.cpp and ParamInfo.cpp
parent
ee58034f
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 @
22e2ca54
...
@@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = {
...
@@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = {
"If set to yes, then NDB Cluster data will not be swapped out to disk"
,
"If set to yes, then NDB Cluster data will not be swapped out to disk"
,
CI_USED
,
CI_USED
,
true
,
true
,
CI_
BOOL
,
CI_
INT
,
"
false
"
,
"
0
"
,
"
false
"
,
"
1
"
,
"
true
"
},
"
2
"
},
{
{
CFG_DB_WATCHDOG_INTERVAL
,
CFG_DB_WATCHDOG_INTERVAL
,
...
@@ -1114,6 +1114,18 @@ const ParamInfo ParamInfoArray[] = {
...
@@ -1114,6 +1114,18 @@ const ParamInfo ParamInfoArray[] = {
"0"
,
"0"
,
"0"
,
"0"
,
STR_VALUE
(
MAX_INT_RNIL
)
},
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
* 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