An error occurred fetching the project authors.
  1. 22 Sep, 2005 1 commit
  2. 21 Sep, 2005 1 commit
    • unknown's avatar
      BUG#11595 ndb_mgm shows from IP for second mgmd · 90b102da
      unknown authored
      BUG#12037 ndb_mgmd IP address do not show in other ndb_mgmd processes
      
      Extend ApiVersionConf to include address.
      
      
      ndb/include/kernel/signaldata/ApiVersion.hpp:
        Extend ApiVersionConf to include inet_addr. the address used for communication to this node.
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        include connect address in ApiVersionConf
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        ::status() now also returns char* address of the node.
        For API or MGM, this is in ApiVersionConf.
        For NDB, this is the standard get_connect_address.
        
        When sending ApiVersionReq, try to send to a STARTED node (as these have
        properly joined the cluster and know the connect addresses).
        
        If versionNode is called for getOwnNodeId()==nodeId, try to get the address
        via ApiVersionConf. If that fails, look it up in the configuration.
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Add char **address to prototypes.
      ndb/src/mgmsrv/Services.cpp:
        Get the connect address from mgmsrv.status()
      90b102da
  3. 20 Sep, 2005 1 commit
    • unknown's avatar
      Remove old and usused configuration locking code. · 8c963d39
      unknown authored
      Some new code that does this job is being written against 5.1. This code is
      largely removed from that work.
      
      
      ndb/include/kernel/GlobalSignalNumbers.h:
        remove dead (never used) MGM_(UN)LOCK signal numbers
      ndb/src/mgmsrv/Config.cpp:
        remove unused generation number code.
        
        remove unused Config::change
      ndb/src/mgmsrv/Config.hpp:
        remove unused generation number prototypes.
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        remove unused getPrimaryNode
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        remove prototypes for config lock and commit/rollback.
      ndb/src/mgmsrv/MgmtSrvrConfig.cpp:
        remove CONFIG (UN)LOCK signals, lockConf/unlockConf, commit/rollback and changeConfig.
        
        never used.
      ndb/src/mgmsrv/Services.cpp:
        remove unused configuration locking code
      ndb/src/mgmsrv/Services.hpp:
        remove usused configuration locking code
      8c963d39
  4. 12 Sep, 2005 2 commits
  5. 08 Sep, 2005 1 commit
  6. 15 Jul, 2005 2 commits
  7. 14 Jul, 2005 1 commit
    • unknown's avatar
      BUG#11898 ndb_mgmd not releasing resources, added "ping" on add_listener · 2fdc89da
      unknown authored
          + added close of some fd's
          + debug prints
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
         BUG#11898 ndb_mgmd not releasing resources, added "ping"
        + debug prints
      ndb/src/mgmsrv/MgmtSrvr.hpp:
         BUG#11898 ndb_mgmd not releasing resources, added "ping"
        + debug prints
      ndb/src/mgmsrv/Services.cpp:
         BUG#11898 ndb_mgmd not releasing resources, added "ping" on add_listener
        + added close of some fd's
        + debug prints
      2fdc89da
  8. 22 Apr, 2005 1 commit
    • unknown's avatar
      bug#9924 - ndb backup abort handling · d9faad9c
      unknown authored
        Redo abort handling according to descr. in Backup.txt
      bug#9960 - ndb backup
            increase wait completed timeout to 48 hours
      
      
      ndb/include/kernel/signaldata/BackupImpl.hpp:
        Add nodeid to reply to be able to fake reply during NF
      ndb/include/kernel/signaldata/BackupSignalData.hpp:
        new error codes
      ndb/src/common/debugger/signaldata/BackupImpl.cpp:
        fix printout
      ndb/src/kernel/blocks/backup/Backup.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.hpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.txt:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Init own version
      ndb/src/mgmapi/mgmapi.cpp:
        bug#9960 - ndb backup
          increase wait completed timeout to 48 hours
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/ndbapi/ndberror.c:
        new error codes
      ndb/test/ndbapi/testBackup.cpp:
        fix return codes
      ndb/test/run-test/daily-basic-tests.txt:
        Add failure test cases to autotest
      ndb/test/src/NdbBackup.cpp:
        fix error codes
        introduce checking of backup resources after each test
      d9faad9c
  9. 12 Apr, 2005 1 commit
    • unknown's avatar
      bug#9757 - ndb · 583d38f3
      unknown authored
        Impl. stupid mgm lock against shutting down 2 nodes simultaniously
        Add some more dump
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Impl. 2 new dump 
        1) to query nf handling state
        2) that impl. sending of arbitrary signal...
           to be used with extreme care
      ndb/src/kernel/main.cpp:
        enable critical and warnings in out file
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        call handleStopReply on nfCompleteRep instead
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        call handleStopReply on nfCompleteRep instead
      583d38f3
  10. 12 Dec, 2004 1 commit
    • unknown's avatar
      fix bug#7193 · 8f318cf1
      unknown authored
          added start backup parameter to enable setting wait state
          and set different timeouts depending on waitstate
          moved listen of backup event out of backup and into separete thread
          thread created at connect() and destroyed at disconnect()
          added start backup command options "nowait" "wait completed" "wait started"
          fixed log level settings
      
      
      ndb/include/mgmapi/mgmapi.h:
        added start backup parameter to enable setting wait state
      ndb/src/common/debugger/EventLogger.cpp:
        changed to unsigned printout
      ndb/src/mgmapi/mgmapi.cpp:
        added start backup parameter to enable setting wait state,
        and set different timeouts depending on waitstate
      ndb/src/mgmclient/CommandInterpreter.cpp:
        moved listen of backup event out of backup and into separete thread
        thread created at connect() and destroyed at disconnect()
        added start backup command options "nowait" "wait completed" "wait started"
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added more options to start backup to set wait state
        + set timeout depending on wait state
        + some debug printouts
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        added more options to start backup to set wait state
      ndb/src/mgmsrv/Services.cpp:
        removed old backup code
        added use of stard backup otions
        fixed log level settings
      ndb/test/src/NdbBackup.cpp:
        adopted to new wait state option in start backup
      8f318cf1
  11. 08 Dec, 2004 1 commit
    • unknown's avatar
      bug #7104 · b89ef309
      unknown authored
      + some extra debug printouts
      
      
      mysql-test/ndb/ndbcluster.sh:
        fixed debug flag in ndbcluster start script
      ndb/include/debugger/EventLogger.hpp:
        bug #7104
      ndb/include/kernel/LogLevel.hpp:
        bug #7104
      ndb/src/common/debugger/EventLogger.cpp:
        bug #7104
      ndb/src/common/portlib/NdbTCP.cpp:
        removed debug printout in Ndb_getInAddr
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        bug #7104
      ndb/src/mgmapi/mgmapi.cpp:
        bug #7104
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        bug #7104
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        bug #7104
      ndb/src/mgmsrv/Services.cpp:
        bug #7104
      ndb/src/ndbapi/TransporterFacade.cpp:
        bug #7104
      b89ef309
  12. 07 Dec, 2004 1 commit
    • unknown's avatar
      fixed clusterlog "filter" command · 065a0728
      unknown authored
      ndb/src/mgmsrv/CommandInterpreter.cpp:
        removed clusterlog command
      ndb/src/mgmsrv/CommandInterpreter.hpp:
        removed clusterlog command
      065a0728
  13. 29 Nov, 2004 1 commit
    • unknown's avatar
      aligned backup errorcodes with rest of ndb error codes giving it range from 1300 · 3d3ad211
      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
      3d3ad211
  14. 18 Nov, 2004 1 commit
    • unknown's avatar
      changed mysqladmin.c to mysqladmin.cc · 22b56d23
      unknown authored
          no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore
          aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
          removed all dependencies of LocalConfig, except for mgmapi internals
          enabled multiple management servrs to fetch data configurations from eachother
      
      
      client/Makefile.am:
        changed mysqladmin.c to mysqladmin.cc
      client/mysqladmin.cc:
        changed mysqladmin.c to mysqladmin.cc
      configure.in:
        no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore
      ndb/include/mgmapi/mgmapi.h:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/kernel/main.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/kernel/vm/Configuration.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
        changed to config setting to always use noOfMetaTables to make sure we don't overflow arrays
      ndb/src/kernel/vm/Configuration.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmapi/LocalConfig.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmapi/LocalConfig.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmapi/mgmapi.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmclient/CommandInterpreter.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmclient/main.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmclient/ndb_mgmclient.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmclient/ndb_mgmclient.h:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
        enabled multiple management servrs to fetch data configurations from eachother
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmsrv/MgmtSrvrConfig.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/mgmsrv/main.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      ndb/tools/waiter.cpp:
        aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
        removed all dependencies of LocalConfig, except for mgmapi internals
      22b56d23
  15. 11 Nov, 2004 1 commit
    • unknown's avatar
      wl1744 - ndb win-port · f2cbfb80
      unknown authored
      ndb/include/ndbapi/NdbDictionary.hpp:
        win-port
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        win-port
      ndb/include/util/SocketServer.hpp:
        win-port
      ndb/src/common/portlib/win32/NdbCondition.c:
        win-port
      ndb/src/common/portlib/win32/NdbEnv.c:
        win-port
      ndb/src/common/portlib/win32/NdbHost.c:
        win-port
      ndb/src/common/portlib/win32/NdbMem.c:
        win-port
      ndb/src/common/portlib/win32/NdbMutex.c:
        win-port
      ndb/src/common/portlib/win32/NdbSleep.c:
        win-port
      ndb/src/common/portlib/win32/NdbTCP.c:
        win-port
      ndb/src/common/portlib/win32/NdbThread.c:
        win-port
      ndb/src/common/portlib/win32/NdbTick.c:
        win-port
      ndb/src/common/util/File.cpp:
        win-port
      ndb/src/mgmsrv/ConfigInfo.cpp:
        win-port
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        win-port
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        win-port
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        win-port
      ndb/src/mgmsrv/Services.cpp:
        win-port
      ndb/src/mgmsrv/Services.hpp:
        win-port
      ndb/src/mgmsrv/SignalQueue.hpp:
        win-port
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        win-port
      ndb/test/src/NdbRestarts.cpp:
        win-port
      f2cbfb80
  16. 09 Nov, 2004 1 commit
  17. 01 Nov, 2004 1 commit
  18. 26 Oct, 2004 1 commit
  19. 25 Oct, 2004 1 commit
  20. 25 Sep, 2004 1 commit
  21. 17 Sep, 2004 1 commit
    • unknown's avatar
      Added EventReport for backup · f53bc339
      unknown authored
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        removed useless code
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        removed useless code
      f53bc339
  22. 16 Sep, 2004 1 commit
    • unknown's avatar
      wl1668 - · 2468e5ba
      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
      2468e5ba
  23. 09 Sep, 2004 1 commit
    • unknown's avatar
      improved show command · 0a7f9e24
      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
      0a7f9e24
  24. 08 Sep, 2004 1 commit
    • unknown's avatar
      dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB · 50729d60
      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
      50729d60
  25. 01 Sep, 2004 1 commit
  26. 24 Aug, 2004 1 commit
    • unknown's avatar
      Use "configured" socklen_t · 940a6b4e
      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
      940a6b4e
  27. 09 Aug, 2004 1 commit
    • unknown's avatar
      bug#4529 · 1905e1c5
      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
      1905e1c5
  28. 05 Aug, 2004 1 commit
    • unknown's avatar
      Initial support for updating configuration "on the fly" · 73770db3
      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
      73770db3
  29. 28 Jul, 2004 2 commits
    • unknown's avatar
      MgmtSrvr.hpp: · b620ae29
      unknown authored
        make subclass friend for gcc-2.95 et al [dup push]
      
      
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        make subclass friend for gcc-2.95 et al
      b620ae29
    • unknown's avatar
      MgmtSrvr.hpp: · 4456a789
      unknown authored
        make subclass friend for gcc-2.95 et al
      
      
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        make subclass friend for gcc-2.95 et al
      4456a789
  30. 23 Jun, 2004 2 commits
    • unknown's avatar
      wl 1748 · 1cb0e84a
      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:
        ..
      1cb0e84a
    • unknown's avatar
      WL 1748 · dc2544fd
      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
      dc2544fd
  31. 26 May, 2004 1 commit
  32. 07 May, 2004 1 commit
    • unknown's avatar
      more removing of "system" files and introducing ndb_global/my_global · 551ac8d6
      unknown authored
      BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671:
        Delete: ndb/include/portlib/NdbStdio.h
      BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f:
        Delete: ndb/include/util/NdbString.h
      BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9:
        Delete: ndb/include/portlib/NdbConstant.hpp
      BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985:
        Delete: ndb/include/portlib/NdbUnistd.h
      551ac8d6
  33. 14 Apr, 2004 1 commit