1. 16 Feb, 2005 2 commits
    • unknown's avatar
      WL2278 - Dynamic port allocation for cluster nodes · 9475d22a
      unknown authored
      Re-introduce ability to have
      [tcp default]PortNumber= 4242
      
      in config.ini to NOT use dynamic ports.
      
      Dynamic port numbers are the default though.
      
      We still use the mgm port for transporter connections to a mgm server though.
      This is (slightly) different than before, but since you have to be able to connect
      to the mgm server anyway, this does not require extra firewall rules or anything.
      
      
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Restore (optional) old behaviour of having a base port number and incrementing.
      9475d22a
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb · caadae10
      unknown authored
      into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports
      
      
      caadae10
  2. 15 Feb, 2005 11 commits
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · fcd7c70e
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-wl2278
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      fcd7c70e
    • unknown's avatar
      MgmtSrvr.cpp: · 265bc984
      unknown authored
        small bugfix "ERROR Message: failed"
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        small bugfix "ERROR Message: failed"
      265bc984
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 77212351
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-wl2278
      
      
      77212351
    • unknown's avatar
      added info to dump state 8004 · c0a3bf06
      unknown authored
         added debug printouts
          changed mem allocation handling in event api
         split single and parallell event operation testing
      
      
      ndb/src/kernel/blocks/suma/Suma.cpp:
        added info to dump state 8004
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        added debug printouts
      ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        changed mem allocation handling in event api
      ndb/test/ndbapi/test_event.cpp:
        split single and parallell event operation testing
      c0a3bf06
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · e537c5e1
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0-ndb
      
      
      BitKeeper/triggers/post-commit:
        Auto merged
      ndb/test/run-test/Makefile.am:
        Auto merged
      e537c5e1
    • unknown's avatar
      fixes in connect_client thread. g_eventLogger usage, correct condition on... · a975cbfd
      unknown authored
      fixes in connect_client thread. g_eventLogger usage, correct condition on calling connect on Transporter
      
      
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Only check that we have a port number before attempting a transporter connect
      a975cbfd
    • unknown's avatar
      In connect_clients thread: · 0cc89c6b
      unknown authored
      - don't wait an extra 400ms before retrying a transporter connect if the port is dynamic
      
      
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Don't wait extra time before retrying
      0cc89c6b
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 2188ae0d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      2188ae0d
    • unknown's avatar
      Don't ask mgm server for port to connect transporter to if we already have... · 9deea702
      unknown authored
      Don't ask mgm server for port to connect transporter to if we already have one; only ask if connect fails.
      
      Reconnect to mgm server in connect_clients thread if m_mgm_handle is disconnected.
      
      
      ndb/include/mgmapi/mgmapi.h:
        Add prototype for ndb_mgm_is_connected
      ndb/src/common/transporter/TransporterRegistry.cpp:
        start_clients_thread:
        - don't get port if we don't have to
        - Reconnect to mgm server if m_mgm_handle is disconnected
      ndb/src/mgmapi/mgmapi.cpp:
        add ndb_mgm_is_connected
      9deea702
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 841a9c38
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      841a9c38
    • unknown's avatar
      Manual merge · f0f2343c
      unknown authored
      f0f2343c
  3. 14 Feb, 2005 26 commits
  4. 13 Feb, 2005 1 commit
    • unknown's avatar
      row0mysql.c: · 602d9a03
      unknown authored
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      
      
      innobase/row/row0mysql.c:
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      602d9a03