An error occurred fetching the project authors.
  1. 25 Oct, 2004 1 commit
  2. 22 Oct, 2004 1 commit
  3. 20 Oct, 2004 2 commits
    • unknown's avatar
      NDB dbtux scan batch max 16->992 caused perf loss · 235d0787
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        dbtux scan batch max 16->992 caused perf loss
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        dbtux scan batch max 16->992 caused perf loss
      ndb/src/kernel/blocks/dbtux/Times.txt:
        dbtux scan batch max 16->992 caused perf loss
      ndb/test/ndbapi/testOIBasic.cpp:
        dbtux scan batch max 16->992 caused perf loss
      235d0787
    • unknown's avatar
      NDB dbtux compile fix for sol9x86 · 6875cf36
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        compile fix for sol9x86
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        compile fix for sol9x86
      ndb/test/ndbapi/testOIBasic.cpp:
        testing continues..
      6875cf36
  4. 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
  5. 16 Oct, 2004 1 commit
    • unknown's avatar
      NDB wl-1533 tux optim 17 - allow slack in interior nodes · d49b8ac4
      unknown authored
      ndb/include/kernel/ndb_limits.h:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/src/kernel/blocks/dbtux/Times.txt:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      ndb/test/ndbapi/testOIBasic.cpp:
        tux optim 17 - rewrote treeAdd/treeRemove + allow slack in interior nodes
      d49b8ac4
  6. 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
  7. 10 Oct, 2004 1 commit
    • unknown's avatar
      NDB tux optim 16 - binary search on bounding node when adding entry · f5571c3d
      unknown authored
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        tux optim 15 - binary search on bounding node when adding entry
      ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp:
        tux optim 15 - binary search on bounding node when adding entry
      ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp:
        tux optim 15 - binary search on bounding node when adding entry
      ndb/src/kernel/blocks/dbtux/Times.txt:
        tux optim 15 - binary search on bounding node when adding entry
      f5571c3d
  8. 09 Oct, 2004 1 commit
    • unknown's avatar
      NDB tux optim 15 - fix wasted space in index node entries · cbd5ddc6
      unknown authored
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        tux optim 15 - fix wasted space in index node entries
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        tux optim 15 - fix wasted space in index node entries
      ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp:
        tux optim 15 - fix wasted space in index node entries
      ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
        tux optim 15 - fix wasted space in index node entries
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        tux optim 15 - fix wasted space in index node entries
      ndb/src/kernel/blocks/dbtux/Times.txt:
        tux optim 15 - fix wasted space in index node entries
      ndb/test/ndbapi/testOIBasic.cpp:
        tux optim 15 - fix wasted space in index node entries
      cbd5ddc6
  9. 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
  10. 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
  11. 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
  12. 16 Sep, 2004 2 commits
  13. 27 Aug, 2004 2 commits
  14. 23 Aug, 2004 2 commits
    • unknown's avatar
      Removed some error codes since the errors are hard errors which · b0d64c68
      unknown authored
      need ndbrequire instead.
      
      
      b0d64c68
    • unknown's avatar
      1) Default config is 1 frag per node · afe21e63
      unknown authored
      2) MAX_FRAG_PER_NODE separated from NO_OF_FRAG_PER_NODE and
      takes into account large fragmentation
      3) SUMA use config parameter instead of hard coded limit
      
      
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Moved addition of system tables and its attributes to Configuration.cpp
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Medium == default is one fragment per node
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Use MAX_FRAG_PER_NODE, NO_OF_FRAG_PER_NODE is used for
        allocation purposes, still allowed to create a table with
        many fragments
      ndb/src/kernel/blocks/suma/SumaInit.cpp:
        Use max no of tables configured instead of maximum configurable
      ndb/src/kernel/vm/Configuration.cpp:
        Update configuration to handle also system tables and their attributes
      ndb/src/kernel/vm/pc.hpp:
        Maximum fragments per node is 8 in the worst case
      afe21e63
  15. 05 Aug, 2004 1 commit
    • unknown's avatar
      Fix for BUG #4096 · a2b6166e
      unknown authored
      Introduced refresh of watch dog at various places and
      removed init of memory in allocRecord
      Also changed default watch to 6 seconds
      
      
      a2b6166e
  16. 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
  17. 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
  18. 27 Jul, 2004 1 commit
  19. 26 Jul, 2004 1 commit
    • unknown's avatar
      tux - remove obsolete signals tux->tup · 0c6d41a8
      unknown authored
      BitKeeper/deleted/.del-TupAccess.cpp~5273de82afd8d7d0:
        Delete: ndb/src/common/debugger/signaldata/TupAccess.cpp
      BitKeeper/deleted/.del-TupAccess.hpp~a9b722c1d6fa1442:
        Delete: ndb/include/kernel/signaldata/TupAccess.hpp
      0c6d41a8
  20. 25 Jul, 2004 1 commit
  21. 09 Jul, 2004 2 commits
    • unknown's avatar
      Irix64 mipspro ndb compile fixes · 01aceaaa
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      01aceaaa
    • unknown's avatar
      Removed some macros · 0785d204
      unknown authored
      and moved some code.
      Improve portability
      
      
      ndb/include/kernel/signaldata/SignalData.hpp:
        Removed macros
      ndb/include/mgmcommon/MgmtErrorReporter.hpp:
        Removed macros
      ndb/include/util/Bitmask.hpp:
        Removed macros
      ndb/src/common/debugger/SignalLoggerManager.cpp:
        Moved printSegmented to src/kernel/vm
      ndb/src/kernel/Main.cpp:
        Removed macros
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp:
        Removed macros
      ndb/src/kernel/blocks/ndbfs/Pool.hpp:
        Removed macros
      ndb/src/kernel/error/ErrorReporter.hpp:
        Removed macros
      ndb/src/kernel/vm/MetaData.cpp:
        Removed macros
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        Removed macros
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        Removed macros
      ndb/src/kernel/vm/TransporterCallback.cpp:
        Moved printSegmented to src/kernel/vm
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Removed macros
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Removed macros
      ndb/src/ndbapi/TransporterFacade.cpp:
        Removed macros
      0785d204
  22. 08 Jul, 2004 1 commit
  23. 19 Jun, 2004 1 commit
  24. 18 Jun, 2004 2 commits
  25. 17 Jun, 2004 2 commits
  26. 16 Jun, 2004 6 commits