An error occurred fetching the project authors.
  1. 25 Apr, 2007 1 commit
    • unknown's avatar
      BUG#27495: Missing implementation of NdbTransaction::executeAsynch(). · de4a5648
      unknown authored
      NdbTransaction::executeAsynch() was not implemented. Add implementation.
      
      
      ndb/include/ndbapi/NdbTransaction.hpp:
        executeAsynch() should probably allow setting forceSend.
      ndb/src/ndbapi/NdbTransaction.cpp:
        Add missing implementation of executeAsynch().
      ndb/test/ndbapi/testNdbApi.cpp:
        Add test case.
      ndb/test/run-test/daily-basic-tests.txt:
        Add new test.
      de4a5648
  2. 24 Apr, 2007 1 commit
    • unknown's avatar
      BUG#27370: Potential inconsistent blob reads for ReadCommitted reads. · 2dedc1cd
      unknown authored
      The old blob implementation had code that attempted to upgrade the lock mode for
      LM_CommittedRead operations, but it did not work properly as it did not recompute
      the operation flags.
      
      As a consequence, reading a blob with LM_CommittedRead could return inconsistent
      data, with different part of the read data being from different commits done by
      other transactions.
      
      The fix is to correctly recompute all necessary flags when upgrading lock mode.
      
      
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Remove assumption in setXXX() methods that old value is zero, needed to allow blob
        code to upgrade lock mode.
        Fix spelling and commments.
      ndb/include/ndbapi/NdbOperation.hpp:
        Add method to change lock mode, to allow blob code to upgrade lock mode.
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Add method to change lock mode, to allow blob code to upgrade lock mode.
      ndb/src/ndbapi/NdbBlob.cpp:
        Fix upgrading lock mode (old code had no effect).
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Add method to change lock mode, to allow blob code to upgrade lock mode.
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Add method to change lock mode, to allow blob code to upgrade lock mode.
      ndb/test/ndbapi/testBlobs.cpp:
        Add testcase.
      ndb/test/run-test/daily-basic-tests.txt:
        Enable bug tests for auto test.
      2dedc1cd
  3. 20 Mar, 2007 1 commit
    • unknown's avatar
      ndb - bug#27283 (wl2325-5.0) · 51c28fe1
      unknown authored
          Handle race condtition between MASTER_GCPCONF and execGCP_NODEFINISH
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error codes
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Handle race condtition between MASTER_GCPCONF and execGCP_NODEFINISH
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        testcase
      51c28fe1
  4. 13 Mar, 2007 1 commit
    • unknown's avatar
      ndb - bug#27003 · 1b173331
      unknown authored
        Handle random(not in order) LQHKEYREQ failures during node-restart
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Document new error codes
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Handle random(not in order) LQHKEYREQ failures during node-restart
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Error codes for various oom problems
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        move CLEAR_ERROR_INSERT_VALUE to constructor so that it's reasonable to use it for
        restart testing
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Add error insert for CopyFragRef
      ndb/test/ndbapi/testNodeRestart.cpp:
        Testprg for bug#27003
      ndb/test/run-test/daily-basic-tests.txt:
        add testprg
      1b173331
  5. 19 Feb, 2007 1 commit
    • unknown's avatar
      ndb - · 8f1ba667
      unknown authored
        forgott to add testcase for bug#26481
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        forgott to add testcase for bug#26481
      8f1ba667
  6. 17 Feb, 2007 1 commit
    • unknown's avatar
      ndb - bug#26457 · 7223be24
      unknown authored
        master failure during master take over
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error code
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Make sure to clear NF_XX_LCP if master fails during master take-over
      ndb/test/include/NdbRestarter.hpp:
        Add support for querying next master and node group
          (for multi node failure testing)
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        testcase
      ndb/test/src/NdbRestarter.cpp:
        Add support for querying next master and node group
          (for multi node failure testing)
      7223be24
  7. 11 Jan, 2007 1 commit
    • unknown's avatar
      ndb - bug#25554 · ab07c477
      unknown authored
        fix bug when master failure during nr
        (recommit against 5.0)
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        recommit against 5.0
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        recommit against 5.0
      ndb/test/ndbapi/testNodeRestart.cpp:
        recommit against 5.0
      ndb/test/run-test/daily-basic-tests.txt:
        recommit against 5.0
      ab07c477
  8. 03 Jan, 2007 1 commit
    • unknown's avatar
      ndb - bug#25364 · 162a2e41
      unknown authored
        on master node failure during qmgr-commitreq
          make sure to remove all committed failed nodes from failed/prepfailed arrays
      
      
      ndb/include/kernel/signaldata/DumpStateOrd.hpp:
        new error code
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error code
      ndb/src/kernel/blocks/qmgr/Qmgr.hpp:
        extra error insert variable
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        make sure to remove all committed failed nodes from failed/prepfailed arrays
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        testcase
      162a2e41
  9. 15 Dec, 2006 2 commits
    • unknown's avatar
      ndb - bug#25059 · 2e39b557
      unknown authored
        incorrect handling of commit/ignore error in unique index code
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        1) handle potential ptr error
        2) remove incorrect commit-handling in uk code
      ndb/src/ndbapi/NdbTransaction.cpp:
        1) force 4012
        2) handle AO_IgnoreError in uk code
      ndb/src/ndbapi/Ndbif.cpp:
        force 4012
      ndb/test/ndbapi/testIndex.cpp:
        test program for 25059
      ndb/test/run-test/daily-basic-tests.txt:
        add testcase
      2e39b557
    • unknown's avatar
      ndb - bug#25090 · 835a0ff6
      unknown authored
        add testcase
      
      
      ndb/test/ndbapi/testBasic.cpp:
        add testcase for bug#25090
      ndb/test/run-test/daily-basic-tests.txt:
        add testcase for bug#25090
      835a0ff6
  10. 01 Dec, 2006 1 commit
    • unknown's avatar
      ndb - · 4723c479
      unknown authored
        add testcase for bug#24717
       + fix typo
      
      
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Add new error insert 9002
          which is 9000, but will auto enable when started
      ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp:
        Add new error insert 9002
          which is 9000, but will auto enable when started
      ndb/src/kernel/blocks/dbdih/DbdihInit.cpp:
        Fix typo
      ndb/test/ndbapi/testNodeRestart.cpp:
        add testcase for bug#24717
      ndb/test/run-test/daily-basic-tests.txt:
        add testcase for bug#24717
      4723c479
  11. 21 Nov, 2006 1 commit
    • unknown's avatar
      ndb - bug#24447 · 537f7c10
      unknown authored
        api disconnect just after SCAN_TABREQ
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        1) add error insert for faking DISCONNECT of API just after SCAN_TABREQ
        2) handle error :-)
      ndb/test/ndbapi/testScan.cpp:
        Add etstcase for bug 24447
      ndb/test/run-test/daily-basic-tests.txt:
        Add etstcase for bug 24447
      537f7c10
  12. 02 Nov, 2006 1 commit
  13. 09 Oct, 2006 1 commit
    • unknown's avatar
      ndb - bug#20446: test case and cleanups (not fix) · e578f61f
      unknown authored
      ndb/test/ndbapi/testOIBasic.cpp:
        test -case h for parallel ordered update (bug#20446)
      ndb/test/run-test/daily-basic-tests.txt:
        test -case h for parallel ordered update (bug#20446)
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove stupid Data abstraction which is not completely transparent
      ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp:
        remove stupid Data abstraction which is not completely transparent
      ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp:
        remove stupid Data abstraction which is not completely transparent
      e578f61f
  14. 01 Aug, 2006 1 commit
    • unknown's avatar
      ndb - bug#21384 · a88f5071
      unknown authored
        handle error in TCKEYREQ during TCINDXREQ better
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error code
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        Add 3 values to isIndexOp
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        handle error in TCKEYREQ during TCINDXREQ
      ndb/test/ndbapi/testIndex.cpp:
        Add testcase
      ndb/test/run-test/daily-basic-tests.txt:
        Add testcase
      a88f5071
  15. 10 Jul, 2006 1 commit
    • unknown's avatar
      ndb - bug#18781: close a tiny window (re-commit, try to by-pass merge jam) · 7bb7cd45
      unknown authored
      ndb/src/kernel/blocks/dbdict/DictLock.txt:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      ndb/test/run-test/daily-basic-tests.txt:
        wait until SL_STARTED before sending DICT_UNLOCK_ORD
      7bb7cd45
  16. 07 Jul, 2006 1 commit
    • unknown's avatar
      ndb - bug#20847 : DbtupTabDesMan: add merge with left buddies · 31fbfc08
      unknown authored
      ndb/src/kernel/blocks/ERROR_codes.txt:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/test/ndbapi/testDict.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/test/run-test/daily-basic-tests.txt:
        DbtupTabDesMan: add merge with left buddies
      31fbfc08
  17. 01 Jun, 2006 1 commit
    • unknown's avatar
      ndb - bug#20185 · 0eb906ef
      unknown authored
        Dont be too aggressive in Dbtc::nodeFailCheckTransaction
        let it timeout by 1, so that it does not assert that it has waited too long
        old impl. set timeotu value to 0, making timeout = (ctcTimer - 0) which could be quite big.
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        error codes
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        2 new error inserts
        7030 - delay in GCP_PREPARE until checkLocalNodefailComplete is true
        7031 - delay in GCP_PREPARE and die
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Dont set api con timer to 0, as this might trigger asserion in timeoutfound lab if state == PREPARE_TO_COMMIT
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        autotest
      0eb906ef
  18. 03 Apr, 2006 1 commit
    • unknown's avatar
      ndb - bug#18612 - partitioned startup · 0d59ecd4
      unknown authored
        add testprg for SR case aswell
      
      
      ndb/test/ndbapi/testNodeRestart.cpp:
        Test also partitioned start during SR
      ndb/test/run-test/daily-basic-tests.txt:
        Test also partitioned start during SR
      0d59ecd4
  19. 31 Mar, 2006 1 commit
    • unknown's avatar
      ndb - autotest · 4b189024
      unknown authored
        add new testpgrom for bug#18612 to autotest
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        Add new testprogram to autotest
      4b189024
  20. 23 Mar, 2006 1 commit
    • unknown's avatar
      ndb - · abf403a4
      unknown authored
        remove bug#18385 from autotest as it only works on 2 node clusters
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        remove bug#18385 as it only works on 2 node clusters
      abf403a4
  21. 22 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#18414 · 55faad67
      unknown authored
        Fix timeout during ABORT when ZABORT_TIMEOUT_BREAK is outstanding
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        New error code
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        remove dumping of LCP info during NF
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Fix timeout during ABORT when ZABORT_TIMEOUT_BREAK is outstanding
      ndb/test/ndbapi/testNodeRestart.cpp:
        Add testcase for bug18414
      ndb/test/ndbapi/testTimeout.cpp:
        Fix error code checking
      ndb/test/run-test/daily-basic-tests.txt:
        Add testcase for bug18414
      55faad67
  22. 21 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#18385 · 33fe1780
      unknown authored
        Partial system restart, can not try to start with higher GCI that own
        even if knowing about a higher number
      
      
      ndb/include/kernel/signaldata/DumpStateOrd.hpp:
        Add new dump for setting time between gcp
      ndb/include/kernel/signaldata/StartPerm.hpp:
        Move error codes into StartPerm + Add new error code
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Add new error insert
      ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Move error codes into StartPerm + Add new error code
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Fix so that we don't try to restart to a too new GCI when doing a partial start
        Add new error code when this node later tries to join
      ndb/test/include/NdbRestarter.hpp:
        Add new method for selecting random node
      ndb/test/ndbapi/testSystemRestart.cpp:
        Add new testcase for bug#18385
      ndb/test/run-test/daily-basic-tests.txt:
        Run test in daily-basic
      ndb/test/src/NdbRestarter.cpp:
        Add new method for selecting random node
      33fe1780
  23. 20 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#18352 · 5c7f9a64
      unknown authored
        Use variable waitfor_response_timeout (depending on TransactionDeadLockTimeout)
        When getting 4012, set NeedAbort and ReleaseOnClose
      
      
      ndb/src/ndbapi/NdbConnection.cpp:
        Use variable for WAITFOR_RESPONSE_TIMEOUT
      ndb/src/ndbapi/Ndbif.cpp:
        Use variable timeout for waitfor, 
          when receiving 4012, set NeedAbort and ReleaseOnClose
      ndb/src/ndbapi/TransporterFacade.cpp:
        Init wait_for_response_timoue as max TRANSACTION_DEADLOCK_TIMEOUT
      ndb/src/ndbapi/TransporterFacade.hpp:
        Init wait_for_response_timoue as max TRANSACTION_DEADLOCK_TIMEOUT
      ndb/test/ndbapi/testTimeout.cpp:
        Add testcase for 4012
      ndb/test/run-test/daily-basic-tests.txt:
        Add testcase for 4012
      5c7f9a64
  24. 17 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#16772 · 9b18a0c7
      unknown authored
        dont't allow node to join cluster until all nodes has completed failure handling
      
      
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        When getting CM_ADD for node that I haven't completed failure handling for do _not_ just override.
        But instead set state...and send CM_ACK_ADD on execCONNECT_REP (much...later)
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase for bug#16772
      ndb/test/run-test/daily-basic-tests.txt:
        Run test in basic suite
      9b18a0c7
  25. 12 Dec, 2005 1 commit
    • unknown's avatar
      ndb - bug#15685 · b00fbda2
      unknown authored
        Error in abort handling in TC when timeout during abort
        
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        New error codes
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        New error codes
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Dont release transaction record to early
      ndb/test/ndbapi/testNodeRestart.cpp:
        Test case
      ndb/test/run-test/daily-basic-tests.txt:
        Test case
      b00fbda2
  26. 08 Dec, 2005 2 commits
    • unknown's avatar
      bug#15587 - ndb · 24e9283b
      unknown authored
        Fix typo in autotest script
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        Fix typo in autotest script
      24e9283b
    • unknown's avatar
      bug#15587 - ndb · 431c9d03
      unknown authored
        Fix error in NF during NR
      
      
      ndb/include/kernel/signaldata/DumpStateOrd.hpp:
        Add dump for ERROR 5002 with specified table
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Add dump for ERROR 5002 with specified table
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Run updateNodeInfo if failed node is not in list of storedReplicas
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Add dump for ERROR 5002 with specified table
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Add dump for ERROR 5002 with specified table
      ndb/test/ndbapi/testNodeRestart.cpp:
        Add testcase for bug#15587
      ndb/test/run-test/daily-basic-tests.txt:
        Add testcase for bug#15587
      431c9d03
  27. 20 Jul, 2005 1 commit
  28. 09 Jun, 2005 1 commit
    • unknown's avatar
      bug#11205 - ndb - 4006 when starting scan · c304b5ed
      unknown authored
      mysql-test/r/ndb_subquery.result:
        Add testing of new 4006 handling
      mysql-test/t/ndb_subquery.test:
        Add testing of new 4006 handling
      ndb/include/ndbapi/Ndb.hpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/src/ndbapi/Ndb.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/src/ndbapi/Ndbif.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/src/ndbapi/Ndbinit.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/src/ndbapi/Ndblist.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/test/ndbapi/testNdbApi.cpp:
        Check #transactions in startTransaction instead of getNdbCon
      ndb/test/run-test/daily-basic-tests.txt:
        Check #transactions in startTransaction instead of getNdbCon
      sql/ha_ndbcluster.cc:
        Check #transactions in startTransaction instead of getNdbCon
      c304b5ed
  29. 07 Jun, 2005 1 commit
    • unknown's avatar
      bug#11133 - ndb · 4771d371
      unknown authored
        incorrect handling of writeTuple with multi op transaction
      
      
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        1) Pass operation instead of insertIsDone to LQH
        2) transform operation correctly when in parallell que
           (multi op within same trans)
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Let ACC decide what operation was performed when WRITE
      ndb/test/ndbapi/testNdbApi.cpp:
        Add testcase for bug 11133
      ndb/test/run-test/daily-basic-tests.txt:
        Add testcase for bug 11133
      4771d371
  30. 26 May, 2005 1 commit
  31. 25 Apr, 2005 1 commit
    • unknown's avatar
      ndb - autotest · b8b130d6
      unknown authored
        add more tests to verify correctness of backups
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        ndb - test
          add more tests to verify correctness of backups
      b8b130d6
  32. 22 Apr, 2005 1 commit
    • unknown's avatar
      bug#9924 - ndb backup abort handling · d0ac62aa
      unknown authored
        Redo abort handling according to descr. in Backup.txt
      bug#9960 - ndb backup
            increase wait completed timeout to 48 hours
      
      
      ndb/include/kernel/signaldata/BackupImpl.hpp:
        Add nodeid to reply to be able to fake reply during NF
      ndb/include/kernel/signaldata/BackupSignalData.hpp:
        new error codes
      ndb/src/common/debugger/signaldata/BackupImpl.cpp:
        fix printout
      ndb/src/kernel/blocks/backup/Backup.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.hpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.txt:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Init own version
      ndb/src/mgmapi/mgmapi.cpp:
        bug#9960 - ndb backup
          increase wait completed timeout to 48 hours
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/ndbapi/ndberror.c:
        new error codes
      ndb/test/ndbapi/testBackup.cpp:
        fix return codes
      ndb/test/run-test/daily-basic-tests.txt:
        Add failure test cases to autotest
      ndb/test/src/NdbBackup.cpp:
        fix error codes
        introduce checking of backup resources after each test
      d0ac62aa
  33. 22 Feb, 2005 1 commit
    • unknown's avatar
      ndb - move benchmark to basic suite · 2d396569
      unknown authored
      ndb/test/run-test/daily-basic-tests.txt:
        move bench to basic suite
      ndb/test/run-test/daily-devel-tests.txt:
        move bench to basic suite
      2d396569
  34. 10 Feb, 2005 3 commits
    • unknown's avatar
      ndb - add more tests to autotest · b2e6dd76
      unknown authored
      ndb/test/run-test/daily-basic-tests.txt:
        run mysql-test-run for max 1 hour
          (normally 30 minutes)
      ndb/test/run-test/daily-devel-tests.txt:
        Add benchmark to devel suite
      ndb/test/run-test/main.cpp:
        Add bench mode. always produce report
      ndb/test/run-test/run-test.hpp:
        Add bench mode. always produce report
      b2e6dd76
    • unknown's avatar
      daily-basic-tests.txt: · e66abffa
      unknown authored
        increased timeout as it is exceeded every now and then giving erroneous indication on error
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        increased timeout as it is exceeded every now and then giving erroneous indication on error
      e66abffa
    • unknown's avatar
      adopted test scripts · 77f3ed65
      unknown authored
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        added debug printouts
      ndb/test/ndbapi/testDict.cpp:
        updated FragmentType tests, removed failing "equal" on the tables since they will not be equal because fragmentation is updated from the kernel
      ndb/test/run-test/16node-tests.txt:
        adopted test scripts to new Fragment test name
      ndb/test/run-test/basic.txt:
        adopted test scripts to new Fragment test name
      ndb/test/run-test/daily-basic-tests.txt:
        adopted test scripts to new Fragment test name
      77f3ed65
  35. 06 Feb, 2005 1 commit
    • unknown's avatar
      bug8262 - ndb · da00a33c
      unknown authored
        crash if scan is poped from queue before all attrinfo has arrived
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        only restart scan if all attrinfo has arrived
        otherwise just set remove from queue and set state
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        new error insert - force send attrinfo
      ndb/test/ndbapi/testScan.cpp:
        new test bug8262 many threads - scanning small tables
      ndb/test/run-test/daily-basic-tests.txt:
        run new test case in autotest
      da00a33c
  36. 25 Jan, 2005 1 commit
    • unknown's avatar
      ndb - Move mysql-test-run & testBackup into "basic suite" · aeaf10b2
      unknown authored
      ndb/test/run-test/atrt-mysql-test-run:
        Fix result handling
      ndb/test/run-test/daily-basic-tests.txt:
        Move mysql-test-run & testBackup into "basic"
      ndb/test/run-test/daily-devel-tests.txt:
        Move mysql-test-run & testBackup into "basic"
      aeaf10b2