1. 06 Apr, 2006 2 commits
  2. 05 Apr, 2006 3 commits
  3. 04 Apr, 2006 1 commit
  4. 03 Apr, 2006 2 commits
  5. 01 Apr, 2006 2 commits
  6. 31 Mar, 2006 5 commits
  7. 29 Mar, 2006 4 commits
  8. 28 Mar, 2006 4 commits
  9. 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
  10. 22 Mar, 2006 3 commits
  11. 21 Mar, 2006 4 commits
  12. 17 Mar, 2006 3 commits
  13. 16 Mar, 2006 1 commit
  14. 15 Mar, 2006 1 commit
    • marko's avatar
      Merge r328 from branches/5.0: · 2a574b90
      marko authored
      Remove UNIV_RELEASE_NOT_YET_STABLE and related checks.
      
      page_rec_is_comp(): Remove the bounds check.
      
      row_sel_field_store_in_mysql_format(): Turn the assertions on mbminlen,
      mbmaxlen and templ->type into debug assertions.
      2a574b90
  15. 14 Mar, 2006 1 commit
  16. 13 Mar, 2006 2 commits
  17. 10 Mar, 2006 1 commit