1. 15 Feb, 2005 3 commits
    • 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
      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
  2. 14 Feb, 2005 14 commits
  3. 13 Feb, 2005 2 commits
    • 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
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · f37290b9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      f37290b9
  4. 12 Feb, 2005 9 commits
  5. 11 Feb, 2005 12 commits