An error occurred fetching the project authors.
  1. 24 Aug, 2004 4 commits
    • unknown's avatar
      ndb config ability/naming changes, see respective file · 192d562b
      unknown authored
      mysql-test/ndb/ndb_config_2_node.ini:
        using new naming capabilities
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        fixes case insensitive
        + removed abort from config handling
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        fixed alias handling
        some requires in config handling
      ndb/src/mgmclient/CommandInterpreter.cpp:
        new printout to reflect new naming in config
      192d562b
    • unknown's avatar
      more aliases in ndb config · 09d6f369
      unknown authored
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        more aliases
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        oops bug
      09d6f369
    • unknown's avatar
      enables case insensitivity in ndb config file · b6aaf17c
      unknown authored
      b6aaf17c
    • unknown's avatar
      added alias MYSQLD for API · 64721c31
      unknown authored
      added choice of : or = in config file
      set case insensitive section names
      
      
      mysql-test/ndb/ndb_config_2_node.ini:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/ConfigInfo.hpp:
        added alias MYSQLD for API
      ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
        added choice of : or = in config file
      64721c31
  2. 20 Aug, 2004 2 commits
    • unknown's avatar
      removed debug printout · e884a109
      unknown authored
      e884a109
    • unknown's avatar
      bug#5128 - remove need of unique fs-path · 054aac65
      unknown authored
      bug#4761 - more validation of hosts
      bug#4511 - only non depricated should be saved in config
               - fix ConfigInfo::BOOL w.r.t deprication
      
      
      mysql-test/ndb/ndb_config_2_node.ini:
        Removed need of unique filesystem
      mysql-test/ndb/ndbcluster.sh:
        Removed need of unique filesystem
        Add "" around variables for increased portability
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Added checking of hostnames already in InitConfigFileParser
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Add checking of hostnames when retreiving configuration
      ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Added ndb_%u to filesystempath
      ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp:
        Added ndb_%u to filesystempath
      ndb/src/kernel/blocks/ndbfs/Filename.cpp:
        Added ndb_%u to filesystempath
      ndb/src/kernel/blocks/ndbfs/Filename.hpp:
        Added ndb_%u to filesystempath
      ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Added ndb_%u to filesystempath
      054aac65
  3. 15 Aug, 2004 1 commit
  4. 06 Aug, 2004 1 commit
    • unknown's avatar
      Jammed Qmgr a bit more · 7e89c72a
      unknown authored
      Fixed Bug #4935, initialise before connecting again
      Some lines removed
      
      7e89c72a
  5. 05 Aug, 2004 1 commit
    • unknown's avatar
      Fix for BUG #4096 · 66525627
      unknown authored
      Introduced refresh of watch dog at various places and
      removed init of memory in allocRecord
      Also changed default watch to 6 seconds
      
      66525627
  6. 27 Jul, 2004 1 commit
    • unknown's avatar
      Merge problem · a4da8510
      unknown authored
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Remove comma
      a4da8510
  7. 19 Jul, 2004 1 commit
    • unknown's avatar
      BUG#4511 Made Discless deprecated · b2077869
      unknown authored
      mysql-test/mysql-test-run.sh:
        Change to diskless
      mysql-test/ndb/ndb_config_2_node.ini:
        Change to diskless
      mysql-test/ndb/ndbcluster.sh:
        Change to diskless
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Making Discless deprecated, so it still can be used but a warning will be printed if used.
        Adde possibilty to transform a value of type ConfigInfo::BOOL, neede for depicated Discless
      b2077869
  8. 16 Jul, 2004 1 commit
    • unknown's avatar
      BUG#4511 · 181f3f87
      unknown authored
      ndb/src/common/debugger/EventLogger.cpp:
        Changed to STATISTICS
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Changed to Diskless
      181f3f87
  9. 09 Jul, 2004 1 commit
  10. 08 Jul, 2004 1 commit
  11. 30 Jun, 2004 2 commits
    • unknown's avatar
      fix not to have to set TCP DEFAULT · 8e850ccc
      unknown authored
      8e850ccc
    • unknown's avatar
      see respective file · d86e5e4d
      unknown authored
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        fix SHM config + cosmetics
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        use autoptr
      ndb/src/common/transporter/SHM_Transporter.cpp:
        fixed SHM transporter setup
      ndb/src/common/transporter/SHM_Transporter.hpp:
        fixed SHM transporter setup
      ndb/src/common/transporter/SHM_Transporter.unix.cpp:
        fixed SHM transporter setup
      ndb/src/kernel/vm/Configuration.cpp:
        removed check of connectstring
      d86e5e4d
  12. 29 Jun, 2004 1 commit
  13. 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
  14. 24 Jun, 2004 1 commit
  15. 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
  16. 17 Jun, 2004 1 commit
  17. 11 Jun, 2004 1 commit
  18. 07 Jun, 2004 2 commits
  19. 26 May, 2004 1 commit
  20. 14 Apr, 2004 1 commit