An error occurred fetching the project authors.
  1. 22 Oct, 2004 1 commit
  2. 20 Oct, 2004 1 commit
  3. 21 Sep, 2004 1 commit
    • unknown's avatar
      Make operation list on fragment fifo so that uncommitted operations · 43bf7d08
      unknown authored
        are undo-logged in correct order
      
      Add bunch of testcases to autotest
      
      
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Send fragrecord ptr to initOpConnection so that is does not
        have to look it up every time (if needed)
        
        Make operation list on fragment fifo so that uncommitted operations
          are undo-logged in correct order
      ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        Send fragptr to initOpConnection
      ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        dllist -> dlfifolist
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        dllist -> dlfifolist
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Make operation list on fragment fifo so that uncommitted operations
          are undo-logged in correct order
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Fix uninitialized variable c_start.m_startTime
          which made startPartial and startPartitioned fail
      ndb/test/ndbapi/testSystemRestart.cpp:
        Added testSystemRestart -n SR9 which
          demonstrates that two prepared operation on same
          records _used to_ be undo-logged in wrong order makeing
          system restart fail
      ndb/test/run-test/daily-devel-tests.txt:
        Add
        * testSystemRestart -n SR6
          Restart while some nodes have fs and other not
        * testSystemRestart -n SR7
          Restart in partition win
        * testSystemRestart -n SR8
          Restart in partition win, others starting during restart
        * testSystemRestart -n SR9
          Multiple ops on same record prepared before
      43bf7d08
  4. 17 Sep, 2004 1 commit
    • unknown's avatar
      ndb charsets (wl-1732) final part: use strxfrm + strcoll · a0072f41
      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
      a0072f41
  5. 27 Aug, 2004 1 commit
    • unknown's avatar
      Added 3 psuedo columns · 29d0c9e6
      unknown authored
      Cleaned up code
      Changed ndb_select_all
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        Added commit count to psuedo columns
        Added bit for psuedo columns
      ndb/include/kernel/GlobalSignalNumbers.h:
        Changed into READ_PSUEDO
      ndb/include/ndbapi/NdbDictionary.hpp:
        Added 3 psuedo columns
      ndb/include/ndbapi/NdbOperation.hpp:
        Added 3 psuedo columns
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Changed into READ_PSUEDO
        Added commit count
      ndb/src/ndbapi/NdbDictionary.cpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Added 3 psuedo columns
      ndb/src/ndbapi/NdbOperation.cpp:
        Added 3 psuedo columns
      ndb/tools/select_count.cpp:
        Changed select_count into using new features
      29d0c9e6
  6. 24 Aug, 2004 1 commit
    • unknown's avatar
      Implemented general purpose psuedo columns: row_count & fragment · c2c52abe
      unknown authored
      Implemented new interpreter instruction: exit_ok_last
      
      This two new features combined can be used to make fast select count
       
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        Psuedo columns fragment & row_count
      ndb/include/kernel/GlobalSignalNumbers.h:
        Impl. READ_ROWCOUNT
      ndb/include/kernel/signaldata/TupKey.hpp:
        Remove unused pageId pageIndex and replace with lastRow flag
      ndb/include/ndbapi/NdbOperation.hpp:
        New instruction for last_row
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        REQ_ROWCOUNT
      ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
        REQ_ROWCOUNT
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        REQ_ROWCOUNT
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        REQ_ROWCOUNT + last row
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        REQ_ROWCOUNT
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        REQ_ROWCOUNT + last row
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Add readers for new psuedo columns
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Add readers for new psuedo columns
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Add readers for new psuedo columns
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Use exit ok (not ok_last)
      ndb/src/ndbapi/NdbOperationExec.cpp:
        Use exit ok (not ok_last)
      ndb/src/ndbapi/NdbOperationInt.cpp:
        New instruction
      c2c52abe
  7. 17 Aug, 2004 2 commits
    • unknown's avatar
      Make sure registers is 64-bit aligned · 970cd678
      unknown authored
      970cd678
    • unknown's avatar
      Use native format in interpreter - · b62d2ac0
      unknown authored
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      
      This fixes problem with auto increment on different byte order
      
      (This also make adding of signed ints really simple...)
      
      
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/Ndb.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      b62d2ac0
  8. 26 May, 2004 1 commit
  9. 14 Apr, 2004 1 commit