• unknown's avatar
    fix error handling if thread creation fails in ndbd · c9f8b7b4
    unknown authored
      make sure ndb threads are not started with too small stacksize (which results in default, much too big, stack size to be used)
      moved initialization of ndbd fs block first to ensure that it gets enough space for allocation of file system thread stacks
      changed event buffer reporting in ndb to occur not as often
      corrected the bank application
      corrected output from run-test make-config.sh
    
    
    storage/ndb/src/common/portlib/NdbThread.c:
        fix error handling if thread creation fails in ndbd
        make sure ndb threads are not started with too small stacksize (which results in default, much too big, stack size to be used)
    storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
      moved initialization of ndbd fs block first to ensure that it gets enough space for allocation of file system thread stacks
    storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        fix error handling if thread creation fails in ndbd
    storage/ndb/src/ndbapi/Ndb.cpp:
      changed event buffer reporting in ndb to occur not as often
    storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
      changed event buffer reporting in ndb to occur not as often
    storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
      changed event buffer reporting in ndb to occur not as often
    storage/ndb/test/ndbapi/bank/BankLoad.cpp:
      corrected the bank application
    storage/ndb/test/run-test/make-config.sh:
      corrected output from run-test make-config.sh
    c9f8b7b4
BankLoad.cpp 13.1 KB