1. 12 Apr, 2006 1 commit
  2. 11 Apr, 2006 5 commits
  3. 10 Apr, 2006 2 commits
  4. 07 Apr, 2006 3 commits
  5. 06 Apr, 2006 6 commits
  6. 05 Apr, 2006 3 commits
  7. 04 Apr, 2006 1 commit
  8. 03 Apr, 2006 2 commits
  9. 01 Apr, 2006 2 commits
  10. 31 Mar, 2006 5 commits
  11. 29 Mar, 2006 4 commits
  12. 28 Mar, 2006 4 commits
  13. 27 Mar, 2006 1 commit
    • jan's avatar
      Setting a isolation level of the transaction to read committed · 1bd22ab3
      jan authored
      weakens the locks for this session similarly like the option
      innodb_locks_unsafe_for_binlog. This patch removes almost all
      gap locking (used in next-key locking) and makes MySQL to release
      the row locks on the rows which does not belong to result set.
      Additionally, nonlocking selects on INSERT INTO SELECT,
      UPDATE ... (SELECT ...), and CREATE ... SELECT ... use a
      nonlocking consistent read. If a binlog is used, then binlog
      format should be set to row based binloging to make the execution
      of the complex SQL statements.
      1bd22ab3
  14. 22 Mar, 2006 1 commit