1. 27 Apr, 2007 6 commits
    • unknown's avatar
      Bug#24951, Data nodes died(lgman) during creating tables · 0df04249
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        if alloc_log_space failed, send refused signal
      storage/ndb/src/kernel/blocks/lgman.cpp:
        add check free data space of undofile
      0df04249
    • unknown's avatar
      Bug#25431, Adding index to table with BLOB is not done on-line · 80701e3a
      unknown authored
      add a new method is_equal in class Field_blob to compare BLOB field when alter table
      
      
      sql/field.cc:
        add a method compare_str_field_flags in class Field_str
        add a method is_equal in class Field_blob to compare BLOB field when alter table
      sql/field.h:
        add corresponding declaration of new method in class definition
      80701e3a
    • unknown's avatar
      Bug #25741 Unable to allocate node id during restarting data node · eea294cd
      unknown authored
      - add additional sleep so that we don't get 100% cpu usage retrying saomething that can take some time before succeeding
      
      
      eea294cd
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · 28d95c18
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/ndbapi/NdbScanOperation.hpp:
        Auto merged
      storage/ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testBlobs.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      28d95c18
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0 · 56c18450
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      56c18450
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1 · 4ce247c2
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      4ce247c2
  2. 26 Apr, 2007 27 commits
  3. 25 Apr, 2007 7 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 9eb496da
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      9eb496da
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 55403ffb
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        merge
      storage/ndb/test/tools/Makefile.am:
        merge
      55403ffb
    • unknown's avatar
      Add --symbolic-links=1 for partition_not_windows-master.opt. · 42f70eb7
      unknown authored
      
      mysql-test/t/partition_not_windows-master.opt:
        BitKeeper file /benchmarks/ext3/TOSAVE/tsmith/bk/maint/51/mysql-test/t/partition_not_windows-master.opt
      mysql-test/t/partition_not_windows.test:
        Tweak comments to be more meaningful
      42f70eb7
    • unknown's avatar
      ndb - · 59978185
      unknown authored
      clean up varsize
      by putting varpart ref "inside" fixpart instead of "optionally" at the end
      
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        clean up varsize
        by putting varpart ref "inside" fixpart instead of "optionally" at the end
      59978185
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · dc55dff0
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
      
      
      mysql-test/t/sp.test:
        Auto merged
      dc55dff0
    • unknown's avatar
      Fix test case that was broken for builds without InnoDB. · fedd09cd
      unknown authored
      ```yaml
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-vanilla-building
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-vanilla-building
      ```
      
      Fix test cases to pass for a plain ./configure && make build. This includes disabling two test cases when certain features are not present in the server. We're not losing coverage from this because these features are usually present, and disabling them here only serves the purpose to make the test cases work in the unlikely case that they aren't.
      ---
      fixes
      
      
      mysql-test/extra/rpl_tests/rpl_extraSlave_Col.test:
        Disable this test case if we don't have partitioning
      mysql-test/t/rpl_row_basic_11bugs.test:
        Disable warnings in a number of places to make this test case work with servers that don't contain InnoDB
        ---
        make test case look better on request from reviewer
      mysql-test/t/rpl_row_mysqlbinlog.test:
        Disable this test case if the server does not have cp932 compiled in
      mysql-test/t/sp.test:
        Disable warnings during table creation in one place where engine=innodb is used, in order to make this test case work with a mysqld that was compiled without InnoDB.
      fedd09cd
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/mysql-5.0-ndb-bug27370 · 4a517d4c
      unknown authored
      into  ymer.(none):/usr/local/mysql/mysql-5.0-ndb
      
      
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Auto merged
      ndb/src/ndbapi/NdbBlob.cpp:
        Auto merged
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      ndb/test/ndbapi/testBlobs.cpp:
        Manual merge.
      4a517d4c