An error occurred fetching the project authors.
  1. 15 Jul, 2005 2 commits
  2. 14 Jul, 2005 1 commit
  3. 01 Jun, 2005 1 commit
  4. 04 Mar, 2005 1 commit
  5. 23 Feb, 2005 1 commit
  6. 17 Feb, 2005 1 commit
  7. 14 Feb, 2005 1 commit
  8. 09 Feb, 2005 1 commit
    • stewart@mysql.com's avatar
      Impl5 of WL2278 - dynamic port allocation for cluster nodes · e795feca
      stewart@mysql.com authored
      Treat the management server specially.
      
      It should always be the server in a transporter as we then have a known
      port to connect to on node restart.
      
      allows a mgm connection (i.e. to the management server port, our known port)
      to be transformed into a transporter connection.
      
      Also, clean up the struct TransporterConfiguration (used to be a struct for
      each transporter type. now there's just one)
      e795feca
  9. 19 Jan, 2005 1 commit
  10. 18 Jan, 2005 1 commit
  11. 12 Jan, 2005 1 commit
    • stewart@mysql.com's avatar
      Impl4 of WL2278 - Dynamic port allocation of cluster nodes · ac28b470
      stewart@mysql.com authored
      When a node restarts it starts over again with fetching the configuration
      -  It is not sure that it can use the "old dynamically allocated port number" again.
      -  It should however try to reuse the old one, if not possible it should
      allocate a new one. One has to be able to distinguish between portnumbers
      specified originally in the config, and ones that has been dynamically added
      (the latter may be changed if "busy", but the first cannot be changed).
      
      We use negative portnumbers for ports that are ok to change.
      ac28b470
  12. 09 Jan, 2005 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      updated ndb_mgm test · 06216f6a
      tomas@poseidon.ndb.mysql.com authored
          removed grep event and added congestion event
         more docs
          changed some naming, expecially regarding severities
          added config param for logevel for congestion
      06216f6a
  13. 23 Dec, 2004 1 commit
  14. 20 Dec, 2004 1 commit
  15. 16 Dec, 2004 1 commit
  16. 13 Dec, 2004 1 commit
  17. 12 Dec, 2004 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      fix bug#7193 · afa5a6a7
      tomas@poseidon.ndb.mysql.com 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
      afa5a6a7
  18. 08 Dec, 2004 1 commit
  19. 07 Dec, 2004 1 commit
  20. 06 Dec, 2004 2 commits
  21. 30 Nov, 2004 1 commit
  22. 29 Nov, 2004 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      aligned backup errorcodes with rest of ndb error codes giving it range from 1300 · b11f3feb
      tomas@poseidon.ndb.mysql.com 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
      b11f3feb
  23. 16 Nov, 2004 1 commit
  24. 11 Nov, 2004 1 commit
  25. 09 Nov, 2004 1 commit
  26. 02 Nov, 2004 1 commit
  27. 23 Oct, 2004 1 commit
  28. 21 Oct, 2004 2 commits
  29. 20 Oct, 2004 1 commit
  30. 12 Oct, 2004 1 commit
  31. 20 Sep, 2004 1 commit
  32. 17 Sep, 2004 3 commits
  33. 16 Sep, 2004 2 commits
  34. 09 Sep, 2004 1 commit
    • tomas@poseidon.(none)'s avatar
      improved show command · 8178861d
      tomas@poseidon.(none) 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
      8178861d