1. 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
  2. 24 Jun, 2004 1 commit
    • unknown's avatar
      bug fixes · d98b67a6
      unknown authored
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        rollback sets exec_flag
      ndb/test/ndbapi/testScan.cpp:
        none relavant test cases
      d98b67a6
  3. 23 Jun, 2004 7 commits
    • unknown's avatar
      Reset exec_flag when contacting API · 3b04caf6
      unknown authored
      3b04caf6
    • unknown's avatar
      testcases for BUG#4230 · d35d20f6
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        add testTimeout -n TimeoutRandTransaction for BUG#4230
        add scan tests
      d35d20f6
    • unknown's avatar
      wl1292 · b428548f
      unknown authored
      Move atrt install-path to mysql-test/ndb
      
      
      ndb/test/run-test/Makefile.am:
        Move atrt install-path to mysql-test/ndb
      b428548f
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 0385b181
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      0385b181
    • 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
    • unknown's avatar
      testOIBasic.cpp: · a89ecab2
      unknown authored
        quick fix to new scan
      
      
      ndb/test/ndbapi/testOIBasic.cpp:
        quick fix to new scan
      a89ecab2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 618c06da
      unknown authored
      into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb-merge
      
      618c06da
  4. 22 Jun, 2004 26 commits
  5. 21 Jun, 2004 5 commits