An error occurred fetching the project authors.
  1. 23 Feb, 2005 1 commit
  2. 21 Feb, 2005 1 commit
  3. 18 Feb, 2005 1 commit
  4. 17 Feb, 2005 1 commit
  5. 16 Feb, 2005 1 commit
  6. 15 Feb, 2005 3 commits
  7. 14 Feb, 2005 4 commits
  8. 11 Feb, 2005 2 commits
  9. 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
  10. 01 Feb, 2005 1 commit
  11. 27 Jan, 2005 1 commit
  12. 19 Jan, 2005 1 commit
  13. 14 Jan, 2005 1 commit
  14. 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
  15. 11 Jan, 2005 2 commits
  16. 09 Jan, 2005 1 commit
  17. 07 Jan, 2005 2 commits
  18. 04 Jan, 2005 1 commit
  19. 24 Dec, 2004 1 commit
  20. 23 Dec, 2004 1 commit
  21. 22 Dec, 2004 2 commits
  22. 16 Dec, 2004 1 commit
  23. 14 Dec, 2004 1 commit
  24. 13 Dec, 2004 1 commit
  25. 15 Nov, 2004 1 commit
  26. 09 Nov, 2004 1 commit
  27. 20 Sep, 2004 2 commits
  28. 16 Sep, 2004 1 commit
  29. 15 Sep, 2004 2 commits
    • mikael@mc04.(none)'s avatar
      logging_ok: · 72017f8d
      mikael@mc04.(none) authored
        Logging to logging@openlogging.org accepted
      SCI_Transporter.hpp, SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      TCP_Transporter.hpp, TCP_Transporter.cpp:
        Added DBUG statements
      SHM_Transporter.hpp, SHM_Transporter.cpp:
        Fixed SHM Transporter
      SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      IPCConfig.cpp:
        Fixed up config of SCI
      SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ConfigInfo.cpp:
        Config changes for SCI
      TransporterDefinitions.hpp, mgmapi_config_parameters.h:
        SCI fixes
      Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      72017f8d
    • tomas@poseidon.(none)'s avatar
      fixed cosmetic printouts · 4447c23d
      tomas@poseidon.(none) authored
      4447c23d