An error occurred fetching the project authors.
  1. 17 Apr, 2013 14 commits
  2. 18 Aug, 2008 1 commit
  3. 12 Aug, 2008 1 commit
  4. 16 Jul, 2008 1 commit
  5. 09 Jul, 2008 1 commit
  6. 30 Jun, 2008 1 commit
  7. 11 Jun, 2008 1 commit
  8. 10 Jun, 2008 2 commits
  9. 06 Jun, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #893 · d8917f55
      Yoni Fogel authored
      Parameters to pre_lock are supposed to be const DBT*'s instead of DBT*'s.
      
      git-svn-id: file:///svn/tokudb@4403 c7de825b-a66e-492c-adef-691d508d4ae1
      d8917f55
    • Yoni Fogel's avatar
      Addresses #893 · a15d3db8
      Yoni Fogel authored
      Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
      functions.
      
      Example usage to lock entire table:
      db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
      (Above is for db with no duplicates, i.e. primary index).
      
      For db with duplicates:
      db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
      
      Will return same lock error codes as db calls do (when locks fail).
      0 = success
      DB_LOCK_NOTGRANTED = failed to obtain the lock.
      We can theoretically sleep and try again here.
      
      If you want to grab from DBT* A to infinity..
      db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
      
      
      git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
      a15d3db8
  10. 16 May, 2008 1 commit
  11. 13 May, 2008 1 commit
  12. 12 Apr, 2008 1 commit
  13. 19 Mar, 2008 1 commit
  14. 08 Mar, 2008 1 commit
  15. 05 Mar, 2008 1 commit
  16. 11 Feb, 2008 1 commit
  17. 06 Feb, 2008 1 commit
  18. 03 Feb, 2008 1 commit
  19. 25 Jan, 2008 1 commit
  20. 22 Jan, 2008 1 commit
  21. 21 Jan, 2008 1 commit
  22. 11 Jan, 2008 1 commit
  23. 10 Jan, 2008 2 commits
  24. 02 Jan, 2008 1 commit