1. 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
  2. 18 Sep, 2008 5 commits
  3. 17 Sep, 2008 4 commits
  4. 15 Sep, 2008 3 commits
  5. 09 Aug, 2008 1 commit
  6. 16 Jun, 2008 2 commits
  7. 10 Jun, 2008 2 commits
  8. 17 May, 2008 1 commit
  9. 16 May, 2008 1 commit
  10. 14 May, 2008 1 commit
  11. 03 Mar, 2008 3 commits
  12. 27 Feb, 2008 3 commits
  13. 19 Feb, 2008 1 commit
    • vasil's avatar
      branches/innodb+: · fb30a203
      vasil authored
      Fix Bug#25640:
      
      Introduce an user visible parameter innodb_stats_sample (default 8,
      min 1, max 1000) and use that parameter instead of the
      BTR_KEY_VAL_ESTIMATE_N_PAGES macro. Remove this macro.
      
      Approved by:	Heikki
      fb30a203
  14. 18 Feb, 2008 9 commits
  15. 16 Feb, 2008 1 commit