summaryrefslogtreecommitdiff
path: root/ndb/src/mgmsrv
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-05-25 16:19:17 +0200
committerunknown <joreland@mysql.com>2005-05-25 16:19:17 +0200
commit68bd14d0f3ce7ba369ce0d100e90fcf2753669ce (patch)
treef730dc124ebc7606bb06c256e81754436daa9454 /ndb/src/mgmsrv
parentcdb2730790b3b93917999581e83df7a8751e1c23 (diff)
downloadmariadb-git-68bd14d0f3ce7ba369ce0d100e90fcf2753669ce.tar.gz
ndb - Embryo of overload protection
Add method to query free send buffer size ndb/include/transporter/TransporterRegistry.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SCI_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SCI_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Buffer.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SendBuffer.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SendBuffer.hpp: Allow accessing free send buffer size ndb/src/common/transporter/TCP_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/TCP_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/TransporterRegistry.cpp: Allow accessing free send buffer size ndb/src/mgmsrv/ConfigInfo.cpp: Increse min values for SHM and TCP transport send buffer size
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r--ndb/src/mgmsrv/ConfigInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/mgmsrv/ConfigInfo.cpp b/ndb/src/mgmsrv/ConfigInfo.cpp
index a0ace4b30db..4612d17c9ce 100644
--- a/ndb/src/mgmsrv/ConfigInfo.cpp
+++ b/ndb/src/mgmsrv/ConfigInfo.cpp
@@ -1656,7 +1656,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
false,
ConfigInfo::CI_INT,
"256K",
- "16K",
+ "64K",
STR_VALUE(MAX_INT_RNIL) },
{
@@ -1844,7 +1844,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
false,
ConfigInfo::CI_INT,
"1M",
- "4K",
+ "64K",
STR_VALUE(MAX_INT_RNIL) },
{