An error occurred fetching the project authors.
  1. 17 Oct, 2004 2 commits
    • unknown's avatar
      NDB wl-1533 tux optim: after wl-1942 can remove signal from many methods · 4a9f7745
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      ndb/test/ndbapi/testOIBasic.cpp:
        wl-1533 tux optim: after wl-1942 can remove signal from many methods
      4a9f7745
    • unknown's avatar
      aa6fb646
  2. 14 Oct, 2004 2 commits
    • unknown's avatar
      NDB dbtux - remove obsolete code · 0fbbaf9e
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        remove obsolete node-access-size stuff
      0fbbaf9e
    • unknown's avatar
      NDB dbtux minor change · bba3ab07
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove TreePos::m_ent
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        remove TreePos::m_ent
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        remove TreePos::m_ent
      mysql-test/ndb/ndb_range_bounds.pl:
        more options
      bba3ab07
  3. 08 Oct, 2004 1 commit
    • unknown's avatar
      NDB wl-2151 Fix bounds setting table handler vs TUX · 88987f1d
      unknown authored
      mysql-test/ndb/ndb_range_bounds.pl:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/include/kernel/signaldata/TuxBound.hpp:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        wl-2151 Fix bounds setting table handler vs TUX
      ndb/test/ndbapi/testOIBasic.cpp:
        wl-2151 Fix bounds setting table handler vs TUX
      sql/ha_ndbcluster.cc:
        wl-2151 Fix bounds setting table handler vs TUX
      sql/ha_ndbcluster.h:
        wl-2151 Fix bounds setting table handler vs TUX
      88987f1d
  4. 04 Oct, 2004 1 commit
    • unknown's avatar
      NdbIndexScanOperation::reset_bounds() · 499ebf4d
      unknown authored
      - Send BOUNDS as KEYINFO
      - At restart, only reset KEYINFO
      
      --
      Fix resource shortage at KEYINFO in Dbtc and Dblqh w.r.t scan
      --
      
      
      ndb/include/kernel/signaldata/AttrInfo.hpp:
        Let NdbScanOperation access AttrInfo
      ndb/include/kernel/signaldata/KeyInfo.hpp:
        Let NdbScanOperation access AttrInfo
      ndb/include/kernel/signaldata/ScanFrag.hpp:
        Send KeyLen in ScanFragReq (for range scans)
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Send KeyLen in ScanTabReq (for range scans)
      ndb/include/ndbapi/NdbConnection.hpp:
        Function for adding op to list
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        new method for saving BOUNDS
      ndb/include/ndbapi/NdbOperation.hpp:
        Remove bounds stuff from NdbOperation and put it into NdbScanOperation
      ndb/include/ndbapi/NdbScanOperation.hpp:
        reset bounds
      ndb/src/common/debugger/signaldata/Makefile.am:
        New signal data printer for ScanFrag
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Fix printout
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        New signal data printer for ScanFrag
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Updated ScanFragReq
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Use same sendKeyInfo for both acckeyreq and tux_bounds
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Let range scan use KEYinfo for bounds instead of attrinfo
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        Let range scan use KEYinfo for bounds instead of attrinfo
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Handle keyinfo in range scan
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        Skip useless 5 words in beginning of TuxBounds
      ndb/src/kernel/blocks/suma/Suma.cpp:
        Fix SCAN_FRAGREQ
      ndb/src/ndbapi/NdbConnection.cpp:
        reset bounds
      ndb/src/ndbapi/NdbOperation.cpp:
        Remove bounds
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Remove bounds stuff
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Remove bounds stuff
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Send BOUNDS in KEYINFO instead of ATTRINFO
      499ebf4d
  5. 17 Sep, 2004 1 commit
    • unknown's avatar
      ndb charsets (wl-1732) final part: use strxfrm + strcoll · 72fedd94
      unknown authored
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        oops
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        jamEntry
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        jamEntry
      mysql-test/r/ndb_index.result:
        ndb charsets: minimal fix to make test pass
      mysql-test/t/ndb_index.test:
        ndb charsets: minimal fix to make test pass
      72fedd94
  6. 16 Sep, 2004 1 commit
  7. 01 Aug, 2004 1 commit
    • unknown's avatar
      DbtuxScan.cpp: · 05a3558b
      unknown authored
        dont crash before wl_1942 done
      
      
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        dont crash before wl_1942 done
      05a3558b
  8. 28 Jul, 2004 1 commit
    • unknown's avatar
      DbtuxScan.cpp: · ed85156c
      unknown authored
        fix erronous assert at scan close, lock abort
      
      
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        Scan is closing.  Lock conf is in job buffer.
        We have sent lock abort to flush it out.
        At execute conf need to RNIL current lock op
        to avoid assert fail when abort comes.
        Bug seen couple of times, hard to test..
      ed85156c
  9. 27 Jul, 2004 1 commit
  10. 25 Jul, 2004 1 commit
  11. 08 Jul, 2004 1 commit
  12. 18 Jun, 2004 1 commit
  13. 17 Jun, 2004 1 commit
  14. 16 Jun, 2004 4 commits
  15. 14 Apr, 2004 1 commit