1. 29 Jul, 2006 1 commit
  2. 24 Jul, 2006 1 commit
    • unknown's avatar
      BUG#20257: Fix partition pruning for BIGINT UNSIGNED: · 045cde1c
      unknown authored
       - Fix problems in the "Interval walking" partition interval analyzer.
      
      
      mysql-test/r/partition_pruning.result:
        BUG#20257: Add more testcases for partition pruning
      mysql-test/t/partition_pruning.test:
        BUG#20257: Add more testcases for partition pruning
      sql/sql_partition.cc:
        BUG#20257: Fix partition pruning for BIGINT UNSIGNED, interval walking:
         - provide special handling for an edge case of interval of size 4G-1.
         - Store interval size in ulonglong, not uint (it was possible to miss partitions this way)
         - In get_next_partition_via_walking(), interpret the value of walked-over field as having the 
           same "signedness" as field (this is so because this value was obtained by calling field->val_int())
         - Remove out of date todo comment.
      045cde1c
  3. 19 Jul, 2006 1 commit
  4. 05 Jul, 2006 14 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 04b85ab6
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
      
      
      04b85ab6
    • unknown's avatar
      Bug #20843 tests fails randomly with assertion in completeClusterFailed · f82e49b2
      unknown authored
      - reenabled test as this now seems fixed
      
      
      f82e49b2
    • 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 mysql.com:/M50/tmp_merge_kent into mysql.com:/M51/merge-kent-5.1 · 95dd28cf
      unknown authored
      
      scripts/make_binary_distribution.sh:
        Auto merged
      95dd28cf
    • 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
  5. 04 Jul, 2006 20 commits
  6. 03 Jul, 2006 3 commits