1. 23 Jan, 2008 2 commits
    • unknown's avatar
      ndb - bug#34005 · 45692c44
      unknown authored
        make sure whole send buffer is flushed, even when wrapping around end
      
      
      ndb/src/common/transporter/TCP_Transporter.cpp:
        ndb - bug#34005
          make sure whole send buffer is flush, even when wrapping around end
      45692c44
    • unknown's avatar
      ndb - bug#33750 · dc2d659e
      unknown authored
          make sure that getField does not write after supplied buffer
          (recommit to correct clone, for easy merging)
      
      
      ndb/include/util/Bitmask.hpp:
        ndb- bug#33750
              make sure that getField does not write after supplied buffer
      ndb/src/common/util/Bitmask.cpp:
        ndb- bug#33750
              make sure that getField does not write after supplied buffer
      ndb/test/ndbapi/testBitfield.cpp:
        move test from Bitmask.cpp into testBitfield
              for automatic testing
      dc2d659e
  2. 30 May, 2007 2 commits
  3. 28 May, 2007 3 commits
  4. 25 Apr, 2007 3 commits
  5. 02 Apr, 2007 1 commit
    • unknown's avatar
      BUG#27560: Memory usage of mysqld grows while doing nothing · 4b60fbb5
      unknown authored
        
      The query-cache watch thread was continually allocating new thread entries on the
      THD MEM_ROOT, not freed until server exit.
        
      Fixed by using a simple array, auto-expanded as necessary.
      
      
      sql/ha_ndbcluster.cc:
        Use a fixed array (auto-expanded as necessary) for temporary copy of open shares,
        don't keep pushing list entries on the THD mem root.
      4b60fbb5
  6. 22 Mar, 2007 1 commit
  7. 21 Mar, 2007 1 commit
  8. 09 Mar, 2007 3 commits
    • unknown's avatar
      added error code for failing send signal and timeout waiting for node failure · 03a96967
      unknown authored
      added error code for failing send signal and timeout waiting for node failure
      
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        added error code for failing send signal and timeout waiting for node failure
      ndb/src/ndbapi/ndberror.c:
        added error code for failing send signal and timeout waiting for node failure
      03a96967
    • unknown's avatar
      ndb single user basic test · 132327f5
      unknown authored
      132327f5
    • unknown's avatar
      · 7fcf7610
      unknown authored
      Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
      - correction of part 1
          add ndb_waiter option to wait for single user mode
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
        - correction of part 1
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
        - correction of part 1
      ndb/tools/waiter.cpp:
        add ndb_waiter option to wait for single user mode
      7fcf7610
  9. 07 Mar, 2007 2 commits
  10. 02 Mar, 2007 2 commits
  11. 01 Mar, 2007 1 commit
  12. 14 Feb, 2007 3 commits
    • unknown's avatar
      Bug #21033 Error 0 in readAutoIncrementValue() · 02f05e48
      unknown authored
      - do not call function if table has no autoincrement
      
      02f05e48
    • unknown's avatar
    • unknown's avatar
      Bug#26293 cluster mgmt node sometimes doesn't receive events from all nodes on restart · 695450a8
      unknown authored
      - signals where sometimes sent too early when setting up subscriptions
      
      
      ndb/include/kernel/signaldata/DumpStateOrd.hpp:
        added dump for active subscriptions in cmvmi
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        added dump for active subscriptions in cmvmi
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        bug in that signals where sent prior to api reg conf arrived, causing thrown away signals and subsequent hangs in mgmtserver
        also add retry if node connected but not yet received api reg conf
      ndb/src/ndbapi/ClusterMgr.cpp:
        added status variable m_api_reg_conf in cluster manager to correctly be able to determine if a node is sendable
      ndb/src/ndbapi/ClusterMgr.hpp:
        added status variable m_api_reg_conf in cluster manager to correctly be able to determine if a node is sendable
      ndb/src/ndbapi/SignalSender.cpp:
        assert to see that node is sendable when signal is sent
      ndb/src/ndbapi/SignalSender.hpp:
        manke metchd const
      695450a8
  13. 24 Jan, 2007 14 commits
  14. 23 Jan, 2007 2 commits