1. 18 Sep, 2008 2 commits
    • marko's avatar
      branches/innodb+: Revert some changes that make the code differ · 7dc3e545
      marko authored
      from branches/zip.
      
      btr_cur_optimistic_delete(): Split a too long line in the way it is
      split in branches/zip.
      
      buf_page_get_gen(): Add missing space in the function comment.
      
      buf_print_io(): Restoer a removed space to the printout.
      
      univ.i: Remove C++-style (or C99-style) comments.
      
      buf0buf.h: Undo the white-space changes to the wrapper macros of
      buf_page_get_gen().
      
      ibuf_update_free_bits_low(): Revert the changes.  Restore the assertion
      that this function must not be invoked on compressed pages.  The function
      ibuf_update_free_bits_zip() is for compressed pages.
      
      ibuf_insert_to_index_page(): Undo a white-space change.
      7dc3e545
    • marko's avatar
      branches/innodb+: btr_page_get_father_node_ptr(): Add TODO comments about · ab98a101
      marko authored
      accessing a freed record on a compressed page.
      ab98a101
  2. 17 Sep, 2008 4 commits
  3. 15 Sep, 2008 3 commits
  4. 09 Aug, 2008 1 commit
  5. 16 Jun, 2008 2 commits
  6. 10 Jun, 2008 2 commits
  7. 17 May, 2008 1 commit
  8. 16 May, 2008 1 commit
  9. 14 May, 2008 1 commit
  10. 03 Mar, 2008 3 commits
  11. 27 Feb, 2008 3 commits
  12. 19 Feb, 2008 1 commit
    • vasil's avatar
      branches/innodb+: · 70684a3d
      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
      70684a3d
  13. 18 Feb, 2008 9 commits
  14. 16 Feb, 2008 1 commit
  15. 15 Feb, 2008 5 commits
  16. 13 Feb, 2008 1 commit
    • marko's avatar
      branches/zip: Minor cleanup of fast index creation diagnostics. · 1b08adef
      marko authored
      innobase_check_index_keys(): Remove unused parameters.  Use
      sql_print_error() for error message output.
      
      ha_innobase::add_index(): When row_merge_rename_tables() fails, do not
      allow row_merge_drop_table() to alter the error code returned to MySQL.
      1b08adef