1. 16 Feb, 2007 2 commits
    • unknown's avatar
      ndb - autotest · 79df22a0
      unknown authored
        increase timeout on slow test
      
      
      storage/ndb/test/run-test/daily-basic-tests.txt:
        increase timeout...cause test is slow
      79df22a0
    • unknown's avatar
      ndb autotest - · 85d032c7
      unknown authored
        Fix testcase so that it does not leak tables...causing subsequent errors
      
      
      storage/ndb/test/ndbapi/testDict.cpp:
        Fix testcase so that it does not leak tables...
      85d032c7
  2. 15 Feb, 2007 2 commits
    • unknown's avatar
      ndb - new atrt · 73a1eba2
      unknown authored
          Fix bug when restarting cluster after failure
            (fs was not cleared)
          Fix cosmetic bug that made rsync be run several times when gathering result
      
      
      storage/ndb/test/run-test/main.cpp:
        Fix bug when restarting cluster after failure
          (fs was not cleared)
        Fix cosmetic bug that made rsync be run several times when gathering result
      73a1eba2
    • unknown's avatar
      ndb - · 4dbc2058
      unknown authored
        fix ao_ignore behavior change in hugo
        (affecting testOperations & testTransactions)
      
      
      storage/ndb/test/src/HugoOperations.cpp:
        fix ao_ignore behavior change in hugo
      4dbc2058
  3. 13 Feb, 2007 2 commits
    • unknown's avatar
      Merge localhost:/home/jonas/src/51-work · c856ee72
      unknown authored
      into  eel.(none):/home/jonas/src/51-work
      
      c856ee72
    • unknown's avatar
      ndb - new atrt · 13cae745
      unknown authored
      
      BitKeeper/deleted/.del-conf-daily-basic-ndb08.txt:
        Delete: storage/ndb/test/run-test/conf-daily-basic-ndb08.txt
      BitKeeper/deleted/.del-conf-daily-devel-ndb08.txt:
        Delete: storage/ndb/test/run-test/conf-daily-devel-ndb08.txt
      BitKeeper/deleted/.del-conf-daily-devel-ndbmaster.txt:
        Delete: storage/ndb/test/run-test/conf-daily-devel-ndbmaster.txt
      BitKeeper/deleted/.del-conf-daily-sql-ndb08.txt:
        Delete: storage/ndb/test/run-test/conf-daily-sql-ndb08.txt
      BitKeeper/deleted/.del-conf-daily-sql-ndbmaster.txt:
        Delete: storage/ndb/test/run-test/conf-daily-sql-ndbmaster.txt
      BitKeeper/deleted/.del-conf-dl145a.txt:
        Delete: storage/ndb/test/run-test/conf-dl145a.txt
      BitKeeper/deleted/.del-conf-ndbmaster.txt:
        Delete: storage/ndb/test/run-test/conf-ndbmaster.txt
      BitKeeper/deleted/.del-conf-shark.txt:
        Delete: storage/ndb/test/run-test/conf-shark.txt
      storage/ndb/src/cw/cpcd/Makefile.am:
        new atrt
      storage/ndb/src/mgmsrv/InitConfigFileParser.cpp:
        new atrt
      storage/ndb/test/run-test/Makefile.am:
        new atrt
      storage/ndb/test/run-test/atrt-gather-result.sh:
        new atrt
      storage/ndb/test/run-test/atrt.hpp:
        new atrt
      storage/ndb/test/run-test/main.cpp:
        new atrt
      storage/ndb/test/tools/Makefile.am:
        new atrt
      storage/ndb/test/run-test/autotest-boot.sh:
        New BitKeeper file ``storage/ndb/test/run-test/autotest-boot.sh''
      storage/ndb/test/run-test/autotest-run.sh:
        New BitKeeper file ``storage/ndb/test/run-test/autotest-run.sh''
      storage/ndb/test/run-test/conf-dl145a.cnf:
        New BitKeeper file ``storage/ndb/test/run-test/conf-dl145a.cnf''
      storage/ndb/test/run-test/conf-ndbmaster.cnf:
        New BitKeeper file ``storage/ndb/test/run-test/conf-ndbmaster.cnf''
      storage/ndb/test/run-test/conf-repl.cnf:
        New BitKeeper file ``storage/ndb/test/run-test/conf-repl.cnf''
      storage/ndb/test/run-test/example-my.cnf:
        New BitKeeper file ``storage/ndb/test/run-test/example-my.cnf''
      storage/ndb/test/run-test/files.cpp:
        New BitKeeper file ``storage/ndb/test/run-test/files.cpp''
      storage/ndb/test/run-test/setup.cpp:
        New BitKeeper file ``storage/ndb/test/run-test/setup.cpp''
      storage/ndb/test/run-test/test-tests.txt:
        New BitKeeper file ``storage/ndb/test/run-test/test-tests.txt''
      13cae745
  4. 06 Feb, 2007 1 commit
    • unknown's avatar
      ndb - · 0c4128e6
      unknown authored
        remove debug printouts
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        remove debug printouts
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        remove debug printouts
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        remove debug printouts
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        remove debug printouts
      0c4128e6
  5. 05 Feb, 2007 3 commits
    • unknown's avatar
      ndb - some more hugo abort option fix · 208e04c1
      unknown authored
      
      storage/ndb/test/src/HugoTransactions.cpp:
        restore some accidently removed hugo code
      storage/ndb/test/src/UtilTransactions.cpp:
        one more abort option fix
      208e04c1
    • unknown's avatar
      ndb - · 251b3943
      unknown authored
      Add abort option to lots of Hugo code, 
      as it assumes it and default value has changed
      
      
      storage/ndb/test/src/HugoTransactions.cpp:
        Add abort option to lots of Hugo code, 
        as it assumes it and default value has changed
      storage/ndb/test/src/UtilTransactions.cpp:
        Add abort option to lots of Hugo code, 
        as it assumes it and default value has changed
      251b3943
    • unknown's avatar
      ndb - bug#25801 · 050ae050
      unknown authored
        - improve error message if starting wo/ enough REDO
        - decrease likelyhood of trying to start too early
      
      
      storage/ndb/include/mgmapi/ndbd_exit_codes.h:
        Add new error code (that maybe should have been there a looong time)
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Add new check (during SR) for that sufficient REDO is present
          before continuing SR
      storage/ndb/src/kernel/blocks/qmgr/Qmgr.hpp:
        Add list of GCI's of nodes so that we can check for sufficient REDO during a SR
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Add check for REDO during SR
          so that
        1) cluster is not trying to start too soon
        2) a better error message (than internal error) is provided if not enough REDO is present
      storage/ndb/src/kernel/error/ndbd_exit_codes.c:
        Add new error code (that maybe should have been there a looong time)
      050ae050
  6. 02 Feb, 2007 6 commits
  7. 01 Feb, 2007 9 commits
  8. 31 Jan, 2007 4 commits
  9. 30 Jan, 2007 11 commits
    • unknown's avatar
      b0d63539
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-work · dab3959d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/ndbapi/NdbOperation.hpp:
        Auto merged
      storage/ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbOperationDefine.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbOperationExec.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      storage/ndb/test/include/HugoOperations.hpp:
        Auto merged
      storage/ndb/test/ndbapi/testNdbApi.cpp:
        Auto merged
      storage/ndb/test/src/HugoOperations.cpp:
        Auto merged
      dab3959d
    • unknown's avatar
      ndb - interface change of handling of abort option · 3d47ee3f
      unknown authored
      1) move AbortOption from NdbTransaction to NdbOperation
      
      2) let each operation have a "default" abort option dependant on
         operation type
      
         - read - AO_IgnoreError
         - dml - AbortOnError
         - scan take over - AbortOnError
      
      3) Changed default value to execute() from AbortOnError to DefaultAbortOption, which does not change the operations abort-option.
      
         Another value to execute(AO) is equivalent to setting AO on each operation before calling execute
      
      4) execute() does _only_ return -1 if transaction has been aborted
         otherwise, you need to check each operation for error code
      
      
      sql/ha_ndbcluster.cc:
        adopt to changes in aption option handling
      storage/ndb/include/ndbapi/NdbOperation.hpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/include/ndbapi/NdbTransaction.hpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/src/ndbapi/NdbOperationDefine.cpp:
        Put default value on abortoption dependant on operation type
      storage/ndb/src/ndbapi/NdbOperationExec.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/test/include/HugoOperations.hpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/test/ndbapi/testNdbApi.cpp:
        Move "ownership" of AbortOption to operation from transaction
      storage/ndb/test/src/HugoOperations.cpp:
        Move "ownership" of AbortOption to operation from transaction
      3d47ee3f
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 336d5d6a
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      336d5d6a
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-work · 5a1ebb64
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/include/ndbapi/NdbIndexOperation.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      storage/ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbIndexOperation.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testBlobs.cpp:
        Auto merged
      5a1ebb64
    • unknown's avatar
      ndb - · 79a7a1c9
      unknown authored
        remove copy/paste method in NdbIndexOperation
      
      
      storage/ndb/include/ndbapi/NdbIndexOperation.hpp:
        remove reduntant method
      storage/ndb/src/ndbapi/NdbIndexOperation.cpp:
        remove redundant method
      79a7a1c9
    • unknown's avatar
      ndb - minor style fixes · c470069e
      unknown authored
        
      
      
      storage/ndb/src/ndbapi/Ndb.cpp:
        Fix usage of correct types internally to ndbapi
      storage/ndb/test/ndbapi/testBlobs.cpp:
        minor fixes to testBlobs
      c470069e
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 7a397705
      unknown authored
      into  poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      7a397705
    • unknown's avatar
      valgrind leak · f166da4d
      unknown authored
      - no injected events if operation is not connected
      - remove extra valgrind checks
      
      
      sql/ha_ndbcluster_binlog.cc:
        removed extra valgrind check
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        valgrind leak
        - no injected events if operation is not connected
      f166da4d
    • unknown's avatar
      Bug#23546, Cluster configured without any arbitration · 6ed2170d
      unknown authored
      
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        add a judgement for arbitration rank configuration, if neither MGMD nor API nodes
        are configured with rank = 0, show warning information;
        correct indentations around patch;
      6ed2170d
    • unknown's avatar
      ndb - added extra valgrind memleak checks to try to track leak · 4c04c66e
      unknown authored
      
      sql/ha_ndbcluster_binlog.cc:
        added extra valgrind memleak checks to try to track leak
      4c04c66e