1. 05 Jul, 2006 11 commits
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 273be51d
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      273be51d
    • unknown's avatar
      ndbd: added missing jamEntry(); · 623f8bee
      unknown authored
      623f8bee
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 0b44f4b1
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      storage/ndb/include/mgmapi/ndbd_exit_codes.h:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      storage/ndb/src/kernel/error/ndbd_exit_codes.c:
        Auto merged
      0b44f4b1
    • unknown's avatar
      Bug #20419 ndbd --nowait-nodes=<id_of_running_node> fails · 051f3892
      unknown authored
      - updated error message to more correctly reflect the issue
      
      
      051f3892
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · cc6bd3e2
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      cc6bd3e2
    • unknown's avatar
    • unknown's avatar
      ndb - ndb api : try to catch autoincr 'error 0' · eab52b8a
      unknown authored
      
      storage/ndb/src/ndbapi/Ndb.cpp:
        try to catch autoincr 'error 0'
      eab52b8a
    • unknown's avatar
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 352cd7a9
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      storage/ndb/include/Makefile.am:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/include/kernel/GlobalSignalNumbers.h:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/include/ndbapi/Ndb.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/include/ndbapi/NdbApi.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/common/debugger/signaldata/SignalNames.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/kernel/blocks/suma/SumaInit.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/Makefile.am:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/Ndb.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/Ndberr.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/Ndbif.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/src/ndbapi/Ndbinit.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/test/include/HugoTransactions.hpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/test/ndbapi/Makefile.am:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      storage/ndb/test/src/HugoTransactions.cpp:
        manual merge, removal of code from 5.0, not to be merged to 5.1
      352cd7a9
    • unknown's avatar
      Bug #18863 NDB node fails to restart, cluster stuck in state trying to restart it. · 53ed06f2
      unknown authored
      - remove some event code to get rid of some bugs
      
      
      53ed06f2
    • unknown's avatar
      extra logging and asserts to try to track down the spurious completeCluster failure assetion · 7d17a42d
      unknown authored
          corrected error in invalidation of dict cache which may be causing the valgrind warning at times
      
      
      sql/ha_ndbcluster_binlog.cc:
        extra logging and asserts to try to track down the spurious completeCluster failure assetion
      storage/ndb/src/ndbapi/DictCache.cpp:
        corrected error in invalidation of dict cache which may be causing the valgrind warning at times
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        extra logging and asserts to try to track down the spurious completeCluster failure assetion
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        extra logging and asserts to try to track down the spurious completeCluster failure assetion
      7d17a42d
  2. 04 Jul, 2006 20 commits
  3. 03 Jul, 2006 6 commits
  4. 01 Jul, 2006 3 commits