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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
76313a55
Commit
76313a55
authored
Mar 22, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected previous patch
parent
07627827
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
+1
-1
storage/ndb/src/mgmsrv/ConfigInfo.cpp
storage/ndb/src/mgmsrv/ConfigInfo.cpp
+1
-1
No files found.
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
View file @
76313a55
...
@@ -109,7 +109,7 @@ Ndbfs::execREAD_CONFIG_REQ(Signal* signal)
...
@@ -109,7 +109,7 @@ Ndbfs::execREAD_CONFIG_REQ(Signal* signal)
m_maxFiles
=
40
;
m_maxFiles
=
40
;
ndb_mgm_get_int_parameter
(
p
,
CFG_DB_MAX_OPEN_FILES
,
&
m_maxFiles
);
ndb_mgm_get_int_parameter
(
p
,
CFG_DB_MAX_OPEN_FILES
,
&
m_maxFiles
);
Uint32
noIdleFiles
=
27
;
Uint32
noIdleFiles
=
27
;
ndb_mgm_get_int_parameter
(
p
,
CFG_DB_INITIAL_OPEN_FILES
,
&
m_max
Files
);
ndb_mgm_get_int_parameter
(
p
,
CFG_DB_INITIAL_OPEN_FILES
,
&
noIdle
Files
);
if
(
noIdleFiles
>
m_maxFiles
)
if
(
noIdleFiles
>
m_maxFiles
)
m_maxFiles
=
noIdleFiles
;
m_maxFiles
=
noIdleFiles
;
// Create idle AsyncFiles
// Create idle AsyncFiles
...
...
storage/ndb/src/mgmsrv/ConfigInfo.cpp
View file @
76313a55
...
@@ -893,7 +893,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
...
@@ -893,7 +893,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
STR_VALUE
(
MAX_INT_RNIL
)
},
STR_VALUE
(
MAX_INT_RNIL
)
},
{
{
CFG_DB_
MAX
_OPEN_FILES
,
CFG_DB_
INITIAL
_OPEN_FILES
,
"InitialNoOfOpenFiles"
,
"InitialNoOfOpenFiles"
,
DB_TOKEN
,
DB_TOKEN
,
"Initial number of files open per "
DB_TOKEN_PRINT
" node.(One thread is created per file)"
,
"Initial number of files open per "
DB_TOKEN_PRINT
" node.(One thread is created per file)"
,
...
...
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