For merging mysql-5.1-new-ndb-bj tree into mysql-5.1-new-ndb tree

parent 24b1feea
...@@ -2051,42 +2051,6 @@ const ParamInfo ParamInfoArray[] = { ...@@ -2051,42 +2051,6 @@ const ParamInfo ParamInfoArray[] = {
"false", "false",
"true" }, "true" },
{
CFG_OSE_PRIO_A_SIZE,
"PrioASignalSize",
"OSE",
"Size of priority A signals (in bytes)",
CI_USED,
false,
CI_INT,
"1000",
"0",
STR_VALUE(MAX_INT_RNIL) },
{
CFG_OSE_PRIO_B_SIZE,
"PrioBSignalSize",
"OSE",
"Size of priority B signals (in bytes)",
CI_USED,
false,
CI_INT,
"1000",
"0",
STR_VALUE(MAX_INT_RNIL) },
{
CFG_OSE_RECEIVE_ARRAY_SIZE,
"ReceiveArraySize",
"OSE",
"Number of OSE signals checked for correct ordering (in no of OSE signals)",
CI_USED,
false,
CI_INT,
"10",
"0",
STR_VALUE(MAX_INT_RNIL) },
{ {
CFG_CONNECTION_NODE_1_SYSTEM, CFG_CONNECTION_NODE_1_SYSTEM,
"NodeId1_System", "NodeId1_System",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment