• unknown's avatar
    New config parameters · 1e5716ce
    unknown authored
    malloc -> NdbMem_Allocate
    
    
    ndb/include/mgmapi/mgmapi_config_parameters.h:
      Added Meta Data config parameter constants
    ndb/src/common/mgmcommon/ConfigInfo.cpp:
      Added Meta Data config parameters
    ndb/src/common/mgmcommon/LocalConfig.cpp:
      malloc -> NdbMem_Allocate
    ndb/src/common/mgmcommon/NdbConfig.c:
      malloc -> NdbMem_Allocate
    ndb/src/common/portlib/NdbCondition.c:
      malloc -> NdbMem_Allocate
    ndb/src/common/portlib/NdbMutex.c:
      malloc -> NdbMem_Allocate
    ndb/src/common/portlib/NdbThread.c:
      malloc -> NdbMem_Allocate
    ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
      Removed memory allocation as part of new of TcIndexOperation
    ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
      Some minor things + change of config parameter for consistency
    ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
      Removed memory allocation as part of new of TcIndexOperation
    ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
      malloc -> NdbMem_Allocate
    ndb/src/kernel/vm/Configuration.cpp:
      malloc -> NdbMem_Allocate
      + New config parameters for more consistency
    ndb/src/kernel/vm/pc.hpp:
      Not so many fragments allocated. Saves 140kBytes per table
      160 kb -> 20 kb per table
    1e5716ce
ConfigInfo.cpp 71.4 KB