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
3f5cac54
Commit
3f5cac54
authored
Feb 06, 2007
by
gni/root@dev3-221.dev.cn.tlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables
parent
8f9f6668
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/ndb/src/mgmsrv/ConfigInfo.cpp
storage/ndb/src/mgmsrv/ConfigInfo.cpp
+1
-1
storage/ndb/src/mgmsrv/ParamInfo.cpp
storage/ndb/src/mgmsrv/ParamInfo.cpp
+1
-1
No files found.
storage/ndb/src/mgmsrv/ConfigInfo.cpp
View file @
3f5cac54
...
@@ -449,7 +449,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
...
@@ -449,7 +449,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
ConfigInfo
::
CI_INT
,
ConfigInfo
::
CI_INT
,
"128"
,
"128"
,
"8"
,
"8"
,
STR_VALUE
(
MAX_
INT_RNIL
)
},
STR_VALUE
(
MAX_
TABLES
)
},
{
{
CFG_DB_NO_ORDERED_INDEXES
,
CFG_DB_NO_ORDERED_INDEXES
,
...
...
storage/ndb/src/mgmsrv/ParamInfo.cpp
View file @
3f5cac54
...
@@ -275,7 +275,7 @@ const ParamInfo ParamInfoArray[] = {
...
@@ -275,7 +275,7 @@ const ParamInfo ParamInfoArray[] = {
CI_INT
,
CI_INT
,
"128"
,
"128"
,
"8"
,
"8"
,
STR_VALUE
(
MAX_
INT_RNIL
)
},
STR_VALUE
(
MAX_
TABLES
)
},
{
{
CFG_DB_NO_ORDERED_INDEXES
,
CFG_DB_NO_ORDERED_INDEXES
,
...
...
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