1. 06 Jul, 2004 20 commits
  2. 05 Jul, 2004 6 commits
    • 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
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6ba90340
      unknown authored
      into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
      
      6ba90340
    • unknown's avatar
      Merge joreland@bk-internal:/home/bk/mysql-4.1 · f755c191
      unknown authored
      into melody.local:/home/mysqldev/jonas/mysql-4.1
      
      f755c191
    • unknown's avatar
      BUG#4384 · a02a9cdb
      unknown authored
      
      ndb/src/common/util/ConfigValues.cpp:
        BUG#4384
        Compute pointers manually instead of using ptr[-x]
        Changed return type from "*&" to "**"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a02a9cdb
    • unknown's avatar
      - fixed typo in mysql-test/ndb/ndbcluster.sh that caused a · f3f0bf95
      unknown authored
         "test: argument expected" error when trying to run the NDB test
         suite on Solaris
      
      
      mysql-test/ndb/ndbcluster.sh:
         - fixed typo that caused a "test: argument expected" error when trying
           to run the NDB test suite on Solaris
      f3f0bf95
    • unknown's avatar
      Fix mysql-test-run ndb order by/endian issue · 9aa689fb
      unknown authored
      9aa689fb
  3. 04 Jul, 2004 1 commit
  4. 02 Jul, 2004 10 commits
  5. 01 Jul, 2004 3 commits