1. 02 Dec, 2005 1 commit
  2. 01 Dec, 2005 1 commit
  3. 30 Nov, 2005 3 commits
    • osku's avatar
      From MySQL: · 659215dc
      osku authored
      We new use TABLE_SHARE instead of TABLE when creating engine handlers.
      659215dc
    • osku's avatar
      From MySQL: · 2c784ee3
      osku authored
      innobase_savepoint():
        Replaced check which always failed due to similar check in caller
        with assertion.
      2c784ee3
    • osku's avatar
      From MySQL: · ffe7dc34
      osku authored
      Fixed compiler error for Win32 build.
      ffe7dc34
  4. 29 Nov, 2005 1 commit
  5. 17 Nov, 2005 1 commit
  6. 16 Nov, 2005 2 commits
    • marko's avatar
      Merge patch to MySQL/InnoDB 5.0: Fix Bug #14747. · 71a6624a
      marko authored
      Note that buf_block_t::index should be protected by btr_search_latch
      or an s-latch or x-latch on the index page.
      btr_search_drop_page_hash_index(): Read block->index while holding
      btr_search_latch and use the cached value in the loop.  Remove some
      redundant assertions.
      71a6624a
    • osku's avatar
      Forward-port r46 from branches/5.0: · 50241299
      osku authored
      Mostly fix bug #13778, when FOREIGN_KEY_CHECKS=0 we still need to check
      that datatypes between foreign key references are compatible.
      
      Add test cases (also for bug #9802).
      50241299
  7. 07 Nov, 2005 1 commit
  8. 04 Nov, 2005 4 commits
  9. 03 Nov, 2005 1 commit
  10. 27 Oct, 2005 4 commits