mariadb/ndb/test
unknown db16cae578 BUG#13987 Cluster: Loss of data nodes can cause high CPU usage from ndb_mgmd
smaller patch for 5.0.

complete patch going to 5.1 due to more intrusiveness for 'list sessions' etc


ndb/include/mgmapi/mgmapi.h:
  add internal get_fd to use in test
ndb/include/util/InputStream.hpp:
  - add this weird startover member to SocketInputStream
      - this helps work out if we've read a newline yet and should start inserting
           into buffer from the start
ndb/src/common/util/InputStream.cpp:
  remove evil, add more.
  
  keep track internally we've retrieved a newline yet (m_startover)
ndb/src/common/util/Parser.cpp:
  change way detecting of NoLine
  
  remove some trailing whitespace that was uglying the place up a bit
ndb/src/common/util/socket_io.cpp:
  Always retrieve data from the OS so that we instantly get EOF on disconnect
  and don't end up spinning looking for a newline.
ndb/src/mgmapi/mgmapi.cpp:
  add internal ndb_mgm_get_fd() for internal testing
  
  handle 'node status' a bit better
ndb/test/ndbapi/testMgm.cpp:
  Add test for MgmApiSession disconnection (mgmd at 100%)
  
  not fully automated due to smaller patch for 5.0
  
  will be complete in 5.1
2006-10-05 18:51:13 +10:00
..
include ndb - bug#18781 bug#21017 bug#21050 : block index ops during NR + fix asserts 2006-08-18 09:56:52 +02:00
ndbapi BUG#13987 Cluster: Loss of data nodes can cause high CPU usage from ndb_mgmd 2006-10-05 18:51:13 +10:00
ndbnet Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
newtonapi ndb source tree cleanup, see respective file 2004-06-07 17:31:32 +00:00
odbc removed a bunch of "dead" files from the ndb src tree 2004-11-05 23:59:06 +00:00
run-test Merge perch.ndb.mysql.com:/home/jonas/src/41-work 2006-08-01 17:06:02 +02:00
sql ndb - prelim perl scripts to autotest 2005-10-06 09:44:25 +02:00
src ndb - bug#18781 bug#21017 bug#21050 : block index ops during NR + fix asserts 2006-08-18 09:56:52 +02:00
tools merge 2005-05-26 22:42:13 +02:00
Makefile.am wl1744 - ndb on windows 2004-11-10 00:03:01 +01:00