An error occurred fetching the project authors.
  1. 27 Aug, 2004 1 commit
  2. 26 Aug, 2004 1 commit
  3. 20 Aug, 2004 1 commit
  4. 19 Aug, 2004 1 commit
    • unknown's avatar
      fixes for some compile problems on some platforms · 792c4c23
      unknown authored
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        atoll missing on some platforms
      ndb/src/ndbapi/NdbScanOperation.cpp:
        compile error on some platforms
      ndb/test/ndbapi/testIndex.cpp:
        Added some explicit templates
      ndb/test/ndbapi/testNdbApi.cpp:
        Added some explicit templates
      ndb/test/ndbapi/testRestartGci.cpp:
        Added some explicit templates
      ndb/test/ndbapi/testScan.cpp:
        Added some explicit templates
      ndb/test/run-test/main.cpp:
        Added some explicit templates
      ndb/test/src/HugoOperations.cpp:
        Added some explicit templates
      ndb/test/tools/cpcc.cpp:
        Added some explicit templates
      792c4c23
  5. 18 Aug, 2004 1 commit
  6. 11 Aug, 2004 1 commit
  7. 27 Jul, 2004 1 commit
  8. 15 Jul, 2004 1 commit
    • unknown's avatar
      Remove the remains of SCAN_TABINFO signal · 8a23601e
      unknown authored
      ndb/include/kernel/GlobalSignalNumbers.h:
        Remove unused signal number for GSN_SCAN_TABINFO
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Remove definition of old signal ScanTabInfo
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Removed old print function for SCAN_TABINFO
      ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Removed name for GSN_SCAN_TABINFO
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Removed SCAN_TABINFO and old comment
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Removed duplicate definition of WAIFOR_SCAN_TIMEOUT, real one is in NdbScanOperation.cpp
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Removed duplicate debug printout
      ndb/src/ndbapi/Ndbif.cpp:
        Removed SCAN_TABINFO
      8a23601e
  9. 06 Jul, 2004 3 commits
    • unknown's avatar
      testScan -n ScanReadError5023 · eebf8ff5
      unknown authored
      Don't wait for more SCANTAB_CONF when received SCAN_TABREF
      
      
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Don't wait for more SCANTAB_CONF when received SCAN_TABREF
        More debug
      eebf8ff5
    • unknown's avatar
      wl1873 · 1a74bb1d
      unknown authored
      1a74bb1d
    • unknown's avatar
      Fixed memory handling · 17735954
      unknown authored
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        longable when routed
      ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        longable when routed
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Init blob count correctly
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Receiver::init
      ndb/src/ndbapi/NdbOperation.cpp:
        Receiver::init
        release memory
      17735954
  10. 05 Jul, 2004 1 commit
    • unknown's avatar
      Fixed bugs in ordered scan discovered by mysql-test-run · 3f3ea303
      unknown authored
      Enabled ordered scan in handler
      
      
      
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Introduced map for
        index attributes (keys) -> real attr id (and back)
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Introduced map for
        index attributes (keys) -> real attr id (and back)
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Moved saveBound to NdbIndexScanOperation
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Moved saveBound to NdbIndexScanOperation
        Fixed bugs in handling of setBounds w.r.t getValues and index keys
          (use new reverse map)
        Fixed bugs in next_result_ordered
      sql/ha_ndbcluster.cc:
        Use sorted scan when requested
      3f3ea303
  11. 23 Jun, 2004 1 commit
    • unknown's avatar
      Bug fixes, related to wl1671 & BUG#4230 · 4e17ed45
      unknown authored
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        BUG#4230
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Only send TCROLLBACKREP when recevied TCKEYREQ with exec_flag set
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Fix length of TCROLLBACKREQ
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Wait for all TRANSID_AI before sending close scan req
      ndb/test/include/HugoOperations.hpp:
        Remove hugo impl. of scan interface
      ndb/test/ndbapi/testScan.cpp:
        Removed "non relevant" scan tests
      ndb/test/ndbapi/testTimeout.cpp:
        Update to new scan api
      ndb/test/ndbapi/testTransactions.cpp:
        tmp remove scan (not in autotest yet anyway) from testTransaction
      ndb/test/src/HugoOperations.cpp:
        Remove hugo impl. of scan interface
      4e17ed45
  12. 22 Jun, 2004 2 commits
    • unknown's avatar
      wl1671 - bug fixes for negative tests · df226fab
      unknown authored
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Extra printout if DEBUG_NEXT_RESULT
        Set theError.code so one can't call nextResult after it has once returned 1
      ndb/test/ndbapi/ScanFunctions.hpp:
        Update testcases
      ndb/test/ndbapi/testScan.cpp:
        ScanWitoutOpenScan isn't really relevent anymore
      df226fab
    • unknown's avatar
      wl1671 - bug fix · 854fe530
      unknown authored
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Improved printer
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Don't fetch if we have result
      854fe530
  13. 18 Jun, 2004 1 commit
    • unknown's avatar
      wl1873 impl + test prg · 6fcaa7d5
      unknown authored
      ndb/include/ndbapi/NdbResultSet.hpp:
        NdbResultSet::restart
      ndb/include/ndbapi/NdbScanOperation.hpp:
        NdbResultSet::restart
      ndb/src/ndbapi/NdbResultSet.cpp:
        NdbResultSet::restart
      ndb/src/ndbapi/NdbScanOperation.cpp:
        NdbResultSet::restart
      ndb/test/ndbapi/testScan.cpp:
        Test case for scan restart
      6fcaa7d5
  14. 17 Jun, 2004 1 commit
  15. 10 Jun, 2004 1 commit
  16. 01 Jun, 2004 2 commits
    • unknown's avatar
      Fix scan error bug · f81c74c8
      unknown authored
      (last known :-))
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Removed printouts
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Fix scan error bug
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Fix scan error bug
        Remove printout
      f81c74c8
    • unknown's avatar
      Update error handling of new scan · ab198e52
      unknown authored
      Still known bugs :-(
      
      
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Add close flag
      ndb/include/ndbapi/NdbConnection.hpp:
        Moved mehtod outside
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Removed err code from
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Updated printer
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        New error inserts for SCAN
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        Update handling of frag timeouts
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Update handling of frag timeouts
      ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        Don't send empty TRANSID_AI's
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Update error handling of scan
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Update error handling of scan
      ndb/src/ndbapi/Ndbif.cpp:
        Update error handling of scan
      ab198e52
  17. 27 May, 2004 1 commit
  18. 26 May, 2004 1 commit
  19. 24 May, 2004 1 commit
  20. 11 May, 2004 1 commit
  21. 07 May, 2004 2 commits
  22. 14 Apr, 2004 1 commit