An error occurred fetching the project authors.
  1. 02 Sep, 2004 2 commits
  2. 31 Aug, 2004 2 commits
  3. 30 Aug, 2004 1 commit
    • unknown's avatar
      ndb table locks · 89dd83db
      unknown authored
      Removed errornous hupp, which made handler commit same transid several times
      (which is checked when running in debug mode)
      
      
      sql/ha_ndbcluster.cc:
        Removed errornous hupp, which made handler commit same transid several times
        (which is checked when running in debug mode)
      89dd83db
  4. 24 Aug, 2004 2 commits
    • unknown's avatar
      Cleaned up rnd_init · 340d40a7
      unknown authored
      340d40a7
    • unknown's avatar
      Portablity fixes & simple optimizations · 20f24a42
      unknown authored
      sql/ha_ndbcluster.cc:
        Added missing cast
      sql/item.cc:
        Portability fix (for windows)
      sql/lock.cc:
        Cleanup + more comments
      sql/sql_class.cc:
        Portability fix + more comments
      sql/sql_select.cc:
        Portability fix
      sql/sql_table.cc:
        Simpler handling of auto_increment in ALTER TABLE
      20f24a42
  5. 23 Aug, 2004 1 commit
  6. 20 Aug, 2004 1 commit
  7. 19 Aug, 2004 3 commits
  8. 18 Aug, 2004 1 commit
  9. 13 Aug, 2004 1 commit
  10. 11 Aug, 2004 1 commit
  11. 10 Aug, 2004 1 commit
  12. 04 Aug, 2004 1 commit
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 92498f81
      unknown authored
      Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan 
      
      
      sql/ha_ndbcluster.cc:
        Check ops_pending if there are operations to take over before closing the scan
      92498f81
  13. 03 Aug, 2004 1 commit
  14. 29 Jul, 2004 2 commits
  15. 23 Jul, 2004 5 commits
  16. 22 Jul, 2004 3 commits
  17. 21 Jul, 2004 1 commit
  18. 19 Jul, 2004 1 commit
  19. 09 Jul, 2004 1 commit
  20. 08 Jul, 2004 1 commit
    • unknown's avatar
      New handler::index_flags() definition to make it easy to check the full used... · a23fbc06
      unknown authored
      New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
      Added key part to optimize_range() to fix problems when using fields in key parts.
      
      
      
      sql/examples/ha_archive.h:
        New handler::index_flags() definition
      sql/examples/ha_example.h:
        New handler::index_flags() definition
      sql/field.cc:
        New optimize_range() definition
      sql/field.h:
        New optimize_range() definition
      sql/ha_berkeley.cc:
        New handler::index_flags() definition
      sql/ha_berkeley.h:
        New handler::index_flags() definition
      sql/ha_heap.h:
        New handler::index_flags() definition
      sql/ha_innodb.h:
        New handler::index_flags() definition
      sql/ha_isam.h:
        New handler::index_flags() definition
      sql/ha_isammrg.h:
        New handler::index_flags() definition
      sql/ha_myisam.h:
        New handler::index_flags() definition
      sql/ha_myisammrg.h:
        New handler::index_flags() definition
      sql/ha_ndbcluster.cc:
        New handler::index_flags() definition
      sql/ha_ndbcluster.h:
        New handler::index_flags() definition
      sql/handler.h:
        New handler::index_flags() definition
      sql/log.cc:
        Fixed compiler warnings
      sql/log_event.cc:
        Fixed compiler warnings (and renamed short variable name)
      sql/opt_range.cc:
        New handler::index_flags() definition
      sql/opt_sum.cc:
        New handler::index_flags() definition
      sql/set_var.cc:
        Removed compiler warnings
      sql/sql_db.cc:
        Removed compiler warnings
      sql/sql_select.cc:
        New handler::index_flags() definition
      sql/sql_show.cc:
        Removed compiler warnings
      sql/sql_update.cc:
        Removed compiler warnings
      sql/table.cc:
        New handler::index_flags() definition
      a23fbc06
  21. 06 Jul, 2004 1 commit
  22. 05 Jul, 2004 1 commit
    • unknown's avatar
      Fixed bugs in ordered scan discovered by mysql-test-run · 3f3ea303
      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
      3f3ea303
  23. 02 Jul, 2004 2 commits
  24. 24 Jun, 2004 2 commits
  25. 23 Jun, 2004 1 commit
  26. 22 Jun, 2004 1 commit