1. 24 Sep, 2008 4 commits
  2. 23 Sep, 2008 2 commits
  3. 22 Sep, 2008 8 commits
  4. 19 Sep, 2008 3 commits
    • marko's avatar
      branches/innodb+: buf0buf.c: Fix some assertions. · 583a4fb4
      marko authored
      buf_page_get_gen(): Once again, zip_size must always match the
      compressed page size of the tablespace where the page is requested from.
      This seems to hold also for all calls from the insert buffer.
      
      buf_page_optimistic_get_func(): Do not pass mtr to ibuf_page(), because
      there is no guarantee that mtr would contain an x-latch to the insert
      buffer bitmap page that covers (block->page.space, block->page.offset).
      583a4fb4
    • marko's avatar
      branches/innodb+: buf_page_get_gen(): Correct some ut_ad() assertions. · 7aeb05d8
      marko authored
      zip_size should always equal fil_space_get_zip_size(space), even when called
      from ibuf.
      
      ibuf_page() should be called with mtr=NULL to be equivalent to the original
      implementation.  We cannot assume that mtr holds an x-latch on the insert
      buffer bitmap page that covers the page that is being requested.
      7aeb05d8
    • marko's avatar
      branches/innodb+: Undo another white-space change that makes the code · 93fdc0e4
      marko authored
      differ from branches/zip.
      93fdc0e4
  5. 18 Sep, 2008 5 commits
  6. 17 Sep, 2008 4 commits
  7. 15 Sep, 2008 3 commits
  8. 09 Aug, 2008 1 commit
  9. 16 Jun, 2008 2 commits
  10. 10 Jun, 2008 2 commits
  11. 17 May, 2008 1 commit
  12. 16 May, 2008 1 commit
  13. 14 May, 2008 1 commit
  14. 03 Mar, 2008 3 commits