mariadb/storage
unknown c9f8b7b41f 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)
  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
2005-11-22 18:05:10 +01:00
..
bdb Reapplied portability changes, from changesets by kent, joerg and msvensson 2005-11-06 02:19:51 +01:00
heap WL #528: Faster free_tmp_table 2005-11-06 08:29:03 +01:00
innobase Merge mysql.com:/home/my/mysql-5.0 2005-11-05 01:32:55 +02:00
myisam Merge mysql.com:/home/mysql_src/mysql-5.0-van 2005-11-19 10:43:28 +01:00
myisammrg Merge mysql.com:/home/my/mysql-5.0 2005-11-05 01:32:55 +02:00
ndb fix error handling if thread creation fails in ndbd 2005-11-22 18:05:10 +01:00
Makefile.am make dist target fixes 2005-05-16 14:11:42 +02:00