Commit 7f63e8f2 authored by unknown's avatar unknown
Browse files

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


storage/ndb/src/mgmsrv/ParamInfo.cpp:
  delete CFG_OSE_PRIO_A_SIZE, CFG_OSE_PRIO_B_SIZE and CFG_OSE_RECEIVE_ARRAY_SIZE defination
parent 02818a00
Loading
Loading
Loading
Loading
+0 −36
Original line number Diff line number Diff line
@@ -2051,42 +2051,6 @@ const ParamInfo ParamInfoArray[] = {
    "false",
    "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,
    "NodeId1_System",