1. 05 Jul, 2006 9 commits
    • 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 5 commits
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1 · d4350444
      unknown authored
      into  dator5.(none):/home/pappa/bug17138
      
      
      sql/item_sum.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      d4350444
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug20583 · 60d070b2
      unknown authored
      into  dator5.(none):/home/pappa/bug17138
      
      
      mysql-test/r/partition.result:
        manual merge
      mysql-test/t/partition.test:
        manual merge
      60d070b2
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · 3ed74d0e
      unknown authored
      into  dator5.(none):/home/pappa/bug20583
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      3ed74d0e
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · a8e6d7f6
      unknown authored
      into  dator5.(none):/home/pappa/bug17138
      
      
      BUILD/compile-pentium-gcov:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      a8e6d7f6
    • unknown's avatar
      BUG#17138: Crashes in stored procedure · c92b025b
      unknown authored
      Last round of review fixes
      
      
      BUILD/compile-pentium-gcov:
        No change
      sql/ha_ndbcluster.h:
        Last round of review changes
      sql/ha_partition.h:
        Last round of review changes
      sql/handler.h:
        Last round of review changes
      sql/item_sum.cc:
        Last round of review changes
      sql/sql_acl.cc:
        Last round of review changes
      sql/sql_insert.cc:
        Last round of review changes
      sql/sql_select.cc:
        Last round of review changes
      sql/sql_table.cc:
        Last round of review changes
      sql/sql_union.cc:
        Last round of review changes
      sql/sql_update.cc:
        Last round of review changes
      c92b025b