An error occurred fetching the project authors.
  1. 29 Nov, 2004 1 commit
    • unknown's avatar
      aligned backup errorcodes with rest of ndb error codes giving it range from 1300 · e79e1ab3
      unknown authored
          added new error type "configuration or application error"
          Added check if backup is issued during diskless mode, backup refuse returned
          added possibility to get error code as a result from management client
          addded possibility to set connecstring with CONNECT command
          changed to use strcasecmp instead of strcmp
          added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails
          made thread safe veriosn of getErrorText in management server
          aligned backup errorcodes with rest of ndb error codes giving it range from 1300
          print error message from regular ndberror struct
          added new arrer type "cofiguration or application error"
          commented on allocaded ranges for errors
      
      
      ndb/include/kernel/signaldata/BackupImpl.hpp:
        aligned backup errorcodes with rest of ndb error codes giving it range from 1300
      ndb/include/kernel/signaldata/BackupSignalData.hpp:
        aligned backup errorcodes with rest of ndb error codes giving it range from 1300
      ndb/include/ndbapi/ndberror.h:
        added new error type "configuration or application error"
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Added check if backup is issued during diskless mode, backup refuse returned
      ndb/src/kernel/blocks/backup/Backup.hpp:
        member variable in backup block to indicate diskless or not
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Added check if backup is issued during diskless mode, backup refuse returned
      ndb/src/mgmclient/CommandInterpreter.cpp:
        added possibility to get error code as a result from management client
        addded possibility to set connecstring with CONNECT command
        changed to use strcasecmp instead of strcmp
      ndb/src/mgmclient/main.cpp:
        added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails
      ndb/src/mgmclient/ndb_mgmclient.hpp:
        added possibility to get error code as a result from management client
      ndb/src/mgmsrv/CommandInterpreter.cpp:
        made thread safe veriosn of getErrorText in management server
      ndb/src/mgmsrv/CommandInterpreter.hpp:
        made thread safe veriosn of getErrorText in management server
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        aligned backup errorcodes with rest of ndb error codes giving it range from 1300
        print error message from regular ndberror struct
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        made thread safe veriosn of getErrorText in management server
      ndb/src/mgmsrv/Services.cpp:
        made thread safe veriosn of getErrorText in management server
      ndb/src/mgmsrv/Services.hpp:
        made thread safe veriosn of getErrorText in management server
      ndb/src/ndbapi/ndberror.c:
        added new arrer type "cofiguration or application error"
        commented on allocaded ranges for errors
        aligned backup errors with rest of errors
      e79e1ab3
  2. 09 Nov, 2004 1 commit
  3. 02 Nov, 2004 1 commit
    • unknown's avatar
      add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11 · 34852614
      unknown authored
          remove compiler warning
          patch for my_vsnprintf not dully implemented
          patch for platfroms that return -1 on snprintf overflow
          compile fix for hpux
      
      
      configure.in:
        add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11
      ndb/src/common/editline/sysunix.c:
        remove compiler warning
      ndb/src/common/util/basestring_vsnprintf.c:
        patch for my_vsnprintf not dully implemented
        patch for platfroms that return -1 on snprintf overflow
      ndb/src/kernel/vm/Emulator.hpp:
        compile fix for hpux
      ndb/src/mgmsrv/Services.cpp:
        compile fix for hp ux
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        remove compiler warning
      34852614
  4. 23 Oct, 2004 1 commit
  5. 21 Oct, 2004 2 commits
    • unknown's avatar
      changed to call internal snprintf/vsnprintf · a43d7b27
      unknown authored
      a43d7b27
    • unknown's avatar
      changed to same signature as rest of print functions · af7e0118
      unknown authored
      provite declarations for signal print functions, needed on some platforms
      ome platforms don't like the length calculation for SignalDataPrintFunction
          so null terminate instead
      ome platforms complain about this extra level Logger::Logger::
       null terminate SignalDataPrintFunctions instead
          move declaration of print function to SignalData.hpp
        just change from "" to <> in include
       moved double declatration of i out
      
      
      
      ndb/include/kernel/signaldata/DihContinueB.hpp:
        changed to same signature as rest of print functions
      ndb/include/kernel/signaldata/NdbfsContinueB.hpp:
        changed to same signature as rest of print functions
      ndb/include/kernel/signaldata/SignalData.hpp:
        provite declarations for signal print functions, needed on some platforms
      ndb/src/common/debugger/DebuggerNames.cpp:
        some platforms don't like the length calculation for SignalDataPrintFunction
        so null terminate instead
      ndb/src/common/debugger/EventLogger.cpp:
        some platforms complain about this extra level Logger::Logger::
      ndb/src/common/debugger/signaldata/ContinueB.cpp:
        changed to same signature as rest of print functions
      ndb/src/common/debugger/signaldata/DihContinueB.cpp:
        changed to same signature as rest of print functions
      ndb/src/common/debugger/signaldata/NdbfsContinueB.cpp:
        changed to same signature as rest of print functions
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        null terminate SignalDataPrintFunctions instead
        move declaration of print function to SignalData.hpp
      ndb/src/common/portlib/NdbSleep.c:
        just change from "" to <> in include
      ndb/src/mgmsrv/Services.cpp:
        moved double declatration of i out
      af7e0118
  6. 20 Oct, 2004 1 commit
  7. 12 Oct, 2004 1 commit
    • unknown's avatar
      NDB compile fix sol9x86 · 3908b8f8
      unknown authored
      ndb/include/kernel/LogLevel.hpp:
        compile fix sol9x86
      ndb/include/util/version.h:
        compile fix sol9x86
      ndb/src/common/util/version.c:
        compile fix sol9x86
      ndb/src/mgmsrv/Services.cpp:
        compile fix sol9x86
      3908b8f8
  8. 20 Sep, 2004 1 commit
    • unknown's avatar
      bug#4590 · ff0559ed
      unknown authored
      Use ndb_mgm_listen_event to wait for backup messages
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Listen to backup event
        start backup
        wait until event related to backup arrives
      ndb/src/mgmsrv/Services.cpp:
        Fix newline at end of reply
      ff0559ed
  9. 17 Sep, 2004 3 commits
    • unknown's avatar
      New mgmapi call - ndb_mtm_listen_event · 25306fce
      unknown authored
      25306fce
    • unknown's avatar
      Fix backup event · 9ebe264a
      unknown authored
      9ebe264a
    • unknown's avatar
      Moved event category match functionality into mgmapi · 06e00092
      unknown authored
      Removed grep introduced bogus mgm call
      
      
      BitKeeper/deleted/.del-LogLevel.cpp~314a6bada2df40a8:
        Delete: ndb/src/common/debugger/LogLevel.cpp
      ndb/include/debugger/EventLogger.hpp:
        Removed match functionality and put into mgmapi
      ndb/include/kernel/LogLevel.hpp:
        Update LogLevel
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        fix parameter
      ndb/src/common/debugger/EventLogger.cpp:
        Removed match functionality and put into mgmapi
      ndb/src/common/debugger/Makefile.am:
        removed LogLevel.cpp
      ndb/src/cw/cpcd/APIService.cpp:
        compiler warning
      ndb/src/cw/cpcd/CPCD.cpp:
        compiler warning
      ndb/src/cw/cpcd/CPCD.hpp:
        compiler warning
      ndb/src/cw/cpcd/main.cpp:
        compiler warning
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Changed name of config parameter
      ndb/src/kernel/vm/Configuration.cpp:
        Changed name of config parameter
      06e00092
  10. 16 Sep, 2004 2 commits
    • unknown's avatar
      removed different CFG_ defined for connection host names · 8edc796c
      unknown authored
      added support for setting up multiple interfaces
      correct connect address for mgmt server
      bug, -l flag would be interpreted as connectstring
      added flag to remove all node id checks
      changed automatic allocation of ports somewhat
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        removed different CFG_ defined for connection host names
      ndb/include/transporter/TransporterRegistry.hpp:
        added support for setting up multiple interfaces
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        removed different CFG_ defined for connection host names
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        added support for setting up multiple interfaces
      ndb/src/common/portlib/NdbTCP.cpp:
        added debug printouts
      ndb/src/common/transporter/TransporterRegistry.cpp:
        added support for setting up multiple interfaces
      ndb/src/common/util/SocketServer.cpp:
        added my_thread init to enable debug printouts
      ndb/src/mgmclient/CommandInterpreter.cpp:
        shortened lines
      ndb/src/mgmsrv/ConfigInfo.cpp:
        removed different CFG_ defined for connection host names
        changed automatic allocation of ports somewhat
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        correct connect address for mgmt server
      ndb/src/mgmsrv/Services.cpp:
        shoretened lines
      ndb/src/mgmsrv/main.cpp:
        bug, -l flag would be interpreted as connectstring
        added flag to remove all node id checks
      8edc796c
    • unknown's avatar
      wl1668 - · e8c7c2c8
      unknown authored
      Add support for getting events via mgmapi
      removed all traces of stat port
      
      
      BitKeeper/deleted/.del-NodeLogLevel.cpp~324045b93af7123b:
        Delete: ndb/src/mgmsrv/NodeLogLevel.cpp
      BitKeeper/deleted/.del-NodeLogLevel.hpp~4f4ab0fe52fb497c:
        Delete: ndb/src/mgmsrv/NodeLogLevel.hpp
      BitKeeper/deleted/.del-NodeLogLevelList.cpp~97dc9c909e3e92bf:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.cpp
      BitKeeper/deleted/.del-NodeLogLevelList.hpp~ef567dd850abddc7:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.hpp
      ndb/include/debugger/EventLogger.hpp:
        Split EventLogger into two classes
      ndb/include/kernel/LogLevel.hpp:
        Add some nice to have methods + use uint8 for storage
      ndb/include/kernel/signaldata/EventSubscribeReq.hpp:
        operator=
      ndb/include/kernel/signaldata/SetLogLevelOrd.hpp:
        operator=
      ndb/include/mgmapi/mgmapi.h:
        remove deprecated vars
      ndb/src/common/debugger/EventLogger.cpp:
        Split into 2
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Remove hardcoded mgm stuff
      ndb/src/mgmsrv/CommandInterpreter.cpp:
        #if 0
        some deprecated code
      ndb/src/mgmsrv/Makefile.am:
        remove NodeLogLevel*
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/Services.cpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/Services.hpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/main.cpp:
        remove stat port
      e8c7c2c8
  11. 09 Sep, 2004 1 commit
    • unknown's avatar
      improved show command · b364665a
      unknown authored
      fixed some mutex locks for Ndb objects
      moved TranspoterFacade::stop_instance to cluster connection
      moved Socket Server::start_server outside the TransporterFacade::start_instance thread
      
      
      ndb/include/mgmapi/mgmapi.h:
        improved show command
      ndb/src/mgmapi/mgmapi.cpp:
        improved show command
      ndb/src/mgmclient/CommandInterpreter.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        improved show command
      ndb/src/mgmsrv/Services.cpp:
        improved show command
      ndb/src/ndbapi/Ndbinit.cpp:
        fixed some mutex locks for Ndb objects
        moved TranspoterFacade::stop_instance to cluster connection
      ndb/src/ndbapi/TransporterFacade.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/TransporterFacade.hpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      b364665a
  12. 08 Sep, 2004 1 commit
    • unknown's avatar
      dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB · bca82bd6
      unknown authored
      added sanity checks for config file
      changed so that ndb_0 is replaced by ndb_pid#### in ndb files
      added error_string for to some functions, alloc_node_id(), start()
      added better error printout for failed alloc node id
      better error printouts for failures when starting ndb_mgmd
      
      
      ndb/include/mgmapi/mgmapi.h:
        added method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        added sanity checks for config file
      ndb/src/common/mgmcommon/NdbConfig.c:
        changed so that ndb_0 is replaced by ndb_pid#### in ndb files
      ndb/src/kernel/error/ErrorReporter.cpp:
        removed usage of tracefile early in startup (when it's normally filled with zeroes)
      ndb/src/mgmapi/mgmapi.cpp:
        added method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added error_string for to some functions, alloc_node_id(), start()
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        added error_string for to some functions, alloc_node_id(), start()
      ndb/src/mgmsrv/Services.cpp:
        added better error printout for failed alloc node id
      ndb/src/mgmsrv/main.cpp:
        better error printouts for failures when starting ndb_mgmd
      bca82bd6
  13. 24 Aug, 2004 2 commits
    • unknown's avatar
      Use "configured" socklen_t · 08bf33da
      unknown authored
      Fix master printout
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Fix master printout
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Use "configured" socklen_t
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Use "configured" socklen_t
      ndb/src/mgmsrv/Services.cpp:
        Use "configured" socklen_t
      08bf33da
    • unknown's avatar
      enabling stopping of ndb_mgmd · 4a15609f
      unknown authored
      4a15609f
  14. 23 Aug, 2004 1 commit
  15. 18 Aug, 2004 1 commit
  16. 17 Aug, 2004 1 commit
    • unknown's avatar
      Solaris fixes · 6c2134f4
      unknown authored
      ndb/include/ndb_global.h:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/Process.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/vm/Emulator.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmclient/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmsrv/Services.cpp:
        Include ndb_global instead of string.h
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Keep consistent order of 64 bits in interpreter
      ndb/src/ndbapi/TransporterFacade.cpp:
        Include my_alarm (to get signal.h)
      6c2134f4
  17. 09 Aug, 2004 1 commit
    • unknown's avatar
      bug#4529 · 951b9186
      unknown authored
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        Separate connect and all/fetch
      ndb/include/mgmcommon/LocalConfig.hpp:
        Use BaseString
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Separate connect and all/fetch
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        Removed useless onlyNodeId
      ndb/src/kernel/main.cpp:
        Separeted Configuration fetch/setup
      ndb/src/kernel/vm/Configuration.cpp:
        Separeted Configuration fetch/setup
      ndb/src/kernel/vm/Configuration.hpp:
        Separeted Configuration fetch/setup
      ndb/src/mgmapi/mgmapi.cpp:
        Fixed some return codes
      ndb/src/mgmclient/main.cpp:
        LocalConfig update
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Put mutex around reserving node'ids
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Put mutex around reserving node'ids
      ndb/src/mgmsrv/MgmtSrvrConfig.cpp:
        Changes ConfigRetreiver interface
      ndb/src/mgmsrv/Services.cpp:
        Allow reserve same id twice
      ndb/src/mgmsrv/main.cpp:
        Ignore SIGPIPE
      ndb/src/ndbapi/TransporterFacade.cpp:
        ConfigRetriever interface
      951b9186
  18. 05 Aug, 2004 1 commit
    • unknown's avatar
      Initial support for updating configuration "on the fly" · 7cf0ba5c
      unknown authored
      Only updates values mgmsrv's on main memory
      to be used in test prg's
      
      
      ndb/include/mgmapi/mgmapi_debug.h:
        Update on config
      ndb/include/util/ConfigValues.hpp:
        Update on config
      ndb/src/mgmapi/mgmapi.cpp:
        Update on config
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Update on config
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Update on config
      ndb/src/mgmsrv/Services.cpp:
        Update on config
      ndb/src/mgmsrv/Services.hpp:
        Update on config
      7cf0ba5c
  19. 09 Jul, 2004 1 commit
  20. 29 Jun, 2004 1 commit
  21. 28 Jun, 2004 1 commit
    • unknown's avatar
      several config fixes for ndb, see respective file · f9bad1ae
      unknown authored
      ndb/include/debugger/EventLogger.hpp:
        removed unused method
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/include/mgmcommon/NdbConfig.h:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/include/ndb_global.h:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/debugger/EventLogger.cpp:
        removed unused method
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
        + added setting default Id's on nodes
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        changed error message
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        introduced define NDB_BASE_PORT to control default port for ndb
      ndb/src/common/mgmcommon/NdbConfig.c:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/common/transporter/TransporterRegistry.cpp:
        spelling errors
      ndb/src/kernel/error/ErrorReporter.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/error/ErrorReporter.hpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/kernel/vm/Configuration.cpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/kernel/vm/Configuration.hpp:
        moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished
      ndb/src/mgmclient/main.cpp:
        fix default port number
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        fix default port
      ndb/src/mgmsrv/Services.cpp:
        added spec of transporter in get_nodeid
      ndb/src/mgmsrv/main.cpp:
        moved naming of all "ndb" file into NdbConfig.c
      ndb/src/ndbapi/TransporterFacade.cpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      ndb/src/ndbapi/TransporterFacade.hpp:
        moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
      f9bad1ae
  22. 23 Jun, 2004 2 commits
    • unknown's avatar
      wl 1748 · 83fd1140
      unknown authored
      ndb/include/kernel/NodeInfo.hpp:
        alligning node numbering
      ndb/include/kernel/NodeState.hpp:
        added connected nodes to NodeState
      ndb/include/kernel/signaldata/ApiRegSignalData.hpp:
        moved to NodeState
      ndb/include/mgmapi/mgmapi.h:
        alligning node numbering
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        new config port_base param on system
      ndb/include/util/Bitmask.hpp:
        POD Bitmask
      ndb/include/util/SocketAuthenticator.hpp:
        SocketAut fix
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        added new config param
      ndb/src/common/transporter/Transporter.cpp:
        alligning node numbering
      ndb/src/common/transporter/TransporterRegistry.cpp:
        alligning node numbering
      ndb/src/common/util/SocketAuthenticator.cpp:
        alligning node numbering
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        moved connected nodes to NodeState
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        allocation and delallocation of resources in mgmsrvr
        connected bitmask on each node status together with reserved nodes
        that are reserved as long as session is active
        + check that hostname is same as client name
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        allocation and delallocation of resources in mgmsrvr
        connected bitmask on each node status together with reserved nodes
        that are reserved as long as session is active
      ndb/src/mgmsrv/Services.cpp:
        added destuctor for apisession
      ndb/src/mgmsrv/Services.hpp:
        ..
      ndb/src/mgmsrv/main.cpp:
        print node id
      ndb/src/ndbapi/ClusterMgr.cpp:
        ..
      ndb/src/ndbapi/ClusterMgr.hpp:
        ..
      83fd1140
    • unknown's avatar
      WL 1748 · 9f13e9bb
      unknown authored
      ndb/include/kernel/signaldata/ApiRegSignalData.hpp:
        Added info about connected nodes to ApiRegConf
      ndb/include/mgmapi/mgmapi.h:
        New mgmapi command to get nodeid dynamically
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        New config param to specify port on for transporter setup
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        added notetype to getConfig
      ndb/include/portlib/NdbTCP.h:
        small detail
      ndb/include/transporter/TransporterRegistry.hpp:
        changed performstates and interface to connect/disconnect transporters
        added TransporterService for transporter setup
        changed model for setting up transporters
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        removed some config params as mandatory
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        added dynamic alloc of nodeid
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        added default localhost:2200 and dynamic id
      ndb/src/common/transporter/TCP_Transporter.cpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/TCP_Transporter.hpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/Transporter.cpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/Transporter.hpp:
        moved TCP hostname stuff from TCP_Transporter to parent class Transporter
        changed TCP connection setup to use just one port for all transporters
      ndb/src/common/transporter/TransporterRegistry.cpp:
        changed performstates and interface to connect/disconnect transporters
        added TransporterService for transporter setup
        changed model for setting up transporters
      ndb/src/common/util/Makefile.am:
        New SocketAuthenticator
      ndb/src/common/util/SocketServer.cpp:
        small detail
      ndb/src/kernel/Makefile.am:
        small detail
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        new interface to performstates + cleanup
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        changed signal ApiRegConf
      ndb/src/kernel/vm/ThreadConfig.cpp:
        changed naming
      ndb/src/mgmapi/mgmapi.cpp:
        Use new Socket client
        New methid for allocating dynamic id
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        moved port setup from main.cpp to MgmtSrvr
        new method getNextFreeNodeId
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        ..
      ndb/src/mgmsrv/Services.cpp:
        allocate new nodeid
      ndb/src/mgmsrv/Services.hpp:
        ..
      ndb/src/mgmsrv/main.cpp:
        moved setup port to MgmtSrvr.cpp
        Rearranged setup order
      ndb/src/ndbapi/ClusterMgr.cpp:
        new API_REGCONF
      ndb/src/ndbapi/ClusterMgr.hpp:
        bitmask to hold connected nodes
      ndb/src/ndbapi/TransporterFacade.cpp:
        New transporter connect
      ndb/src/ndbapi/TransporterFacade.hpp:
        removed function not used
      ndb/src/kernel/main.cpp:
        new transporter setup
      9f13e9bb
  23. 26 May, 2004 1 commit
  24. 14 Apr, 2004 1 commit