1. 07 Apr, 2006 2 commits
    • osku's avatar
      Add ib_uint32_t typedef. · 68bb0484
      osku authored
      68bb0484
    • osku's avatar
      From MySQL: · c9049c82
      osku authored
      Add Windows makefile 'cmakelists.txt' (Note that I had to add ut0vec.c to
      it.)
      
      Modify univ.i to not include ib_config.h on Windows.
      c9049c82
  2. 06 Apr, 2006 6 commits
  3. 05 Apr, 2006 3 commits
  4. 04 Apr, 2006 1 commit
  5. 03 Apr, 2006 2 commits
  6. 01 Apr, 2006 2 commits
  7. 31 Mar, 2006 5 commits
  8. 29 Mar, 2006 4 commits
  9. 28 Mar, 2006 4 commits
  10. 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
  11. 22 Mar, 2006 3 commits
  12. 21 Mar, 2006 4 commits
  13. 17 Mar, 2006 3 commits