An error occurred fetching the project authors.
  1. 14 Sep, 2004 1 commit
  2. 07 Sep, 2004 1 commit
    • unknown's avatar
      Bug#5429 · 711a9d00
      unknown authored
      Use const table * in NDB API
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Removed useFullyQualifiedNames(bool)
        Changed so that auto increment methods takes const pointer
      ndb/include/ndbapi/NdbBlob.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbConnection.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbIndexOperation.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbOperation.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Changed to const table pointer
      ndb/src/kernel/blocks/backup/restore/Restore.cpp:
        Corrected size & array size in case of blob usage
      ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp:
        Removed use fully qualified name
        Handle blob tables
      ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp:
        Introduced mapping between old/new table (wrt ids)
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        removed extra Uint32
      ndb/src/ndbapi/Ndb.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbConnection.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbOperation.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Changed to const table pointer
      sql/ha_ndbcluster.cc:
        Changed to const table pointer
      711a9d00
  3. 01 Sep, 2004 1 commit
  4. 27 Aug, 2004 1 commit
  5. 26 Aug, 2004 1 commit
  6. 20 Aug, 2004 1 commit
  7. 19 Aug, 2004 1 commit
    • unknown's avatar
      fixes for some compile problems on some platforms · f4a687ac
      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
      f4a687ac
  8. 18 Aug, 2004 1 commit
  9. 11 Aug, 2004 1 commit
  10. 09 Aug, 2004 1 commit
    • unknown's avatar
      First step for WL 2025 · b8074a47
      unknown authored
      Not yet fully working
      Scan reads work fine, not scan updates
      
      
      ndb/include/kernel/ndb_limits.h:
        Introducing a new parameter plus increasing the max no of parallel
        operations per scan in LQH, first step in WL 2025
      ndb/include/kernel/signaldata/ScanFrag.hpp:
        Only need one clientOpPtr
        Concurrency is batch_size to use in this scan
        batch_byte_size is max no of bytes sent in a batch
        first_batch_size is the batch size in the first batch
      ndb/include/kernel/signaldata/ScanTab.hpp:
        apiOperationPtr is sent as long signal data
        batch_byte_size and first_batch_size is needed for further transport
        to LQH
        batch size can now be bigger than before
      ndb/include/kernel/signaldata/TcKeyReq.hpp:
        More concurrency means more size for scanInfo also in TCKEYREQ
      ndb/include/ndbapi/NdbReceiver.hpp:
        New subroutine to caclculate batch size and similar parameters
      ndb/include/ndbapi/NdbScanOperation.hpp:
        batch size calculated before sending, not necessary to store anymore
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Updated signal printer for SCAN_TABREQ
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Fixes to make it compile, not fixed for BACKUP being useful yet
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Removed parameters no longer needed and added some new ones.
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Fix for cmaxAccOps that was using the wrong constant
        Removed old code
        New SCAN_FRAGREQ signal
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        New variables
        Removed dead code
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        New SCAN_TABREQ, SCAN_FRAGREQ, SCAN_FRAGCONF and SCAN_TABCONF
        Fixed some error handling to be more efficient
      ndb/src/kernel/blocks/suma/Suma.cpp:
        Fixes to make it compile, not yet usable for SUMA features
      ndb/src/kernel/vm/Configuration.cpp:
        Fix for wrong constant
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Fix for not using constants
      ndb/src/ndbapi/NdbApiSignal.hpp:
        Added possibility to get signal sending node from signal
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Moved declaration
      ndb/src/ndbapi/NdbReceiver.cpp:
        New routine to calculate batch_size etc.
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Various fixes for sending SCAN_TABREQ and other stuff
      b8074a47
  11. 27 Jul, 2004 1 commit
  12. 15 Jul, 2004 1 commit
    • unknown's avatar
      Remove the remains of SCAN_TABINFO signal · ade3917c
      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
      ade3917c
  13. 06 Jul, 2004 3 commits
    • unknown's avatar
      testScan -n ScanReadError5023 · 1036c06e
      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
      1036c06e
    • unknown's avatar
      wl1873 · 4a25b3ec
      unknown authored
      4a25b3ec
    • unknown's avatar
      Fixed memory handling · 2fefc006
      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
      2fefc006
  14. 05 Jul, 2004 1 commit
    • unknown's avatar
      Fixed bugs in ordered scan discovered by mysql-test-run · 066e0b8c
      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
      066e0b8c
  15. 23 Jun, 2004 1 commit
    • unknown's avatar
      Bug fixes, related to wl1671 & BUG#4230 · eba26188
      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
      eba26188
  16. 22 Jun, 2004 2 commits
    • unknown's avatar
      wl1671 - bug fixes for negative tests · 5e86f48b
      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
      5e86f48b
    • unknown's avatar
      wl1671 - bug fix · bbac669b
      unknown authored
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Improved printer
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Don't fetch if we have result
      bbac669b
  17. 18 Jun, 2004 1 commit
    • unknown's avatar
      wl1873 impl + test prg · 6a6778c6
      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
      6a6778c6
  18. 17 Jun, 2004 1 commit
  19. 10 Jun, 2004 1 commit
  20. 01 Jun, 2004 2 commits
    • unknown's avatar
      Fix scan error bug · b8adbc62
      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
      b8adbc62
    • unknown's avatar
      Update error handling of new scan · 25e92e80
      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
      25e92e80
  21. 27 May, 2004 1 commit
  22. 26 May, 2004 1 commit
  23. 24 May, 2004 1 commit
  24. 11 May, 2004 1 commit
  25. 07 May, 2004 2 commits
  26. 14 Apr, 2004 1 commit