1. 17 Sep, 2008 2 commits
    • marko's avatar
      branches/innodb+: buf0buddy.c: Undo changes to white space that make · cd20d905
      marko authored
      the file differ from branches/zip.
      cd20d905
    • marko's avatar
      branches/innodb+: Minor cleanup. · 0b0d806e
      marko authored
      btr0cur.c: Undo changes to white space that make the code differ from
      branches/zip.
      
      btr_cur_del_unmark_for_ibuf(): Remove this unused function.
      
      btr_cur_set_deleted_flag_for_ibuf(): Add missing UNIV_INTERN specifier.
      Correct the function comment.  Call btr_rec_set_deleted_flag() instead
      of rec_set_deleted_flag_new(), so that delete buffering will actually
      work on ROW_FORMAT=REDUNDANT tables.
      0b0d806e
  2. 15 Sep, 2008 3 commits
  3. 09 Aug, 2008 1 commit
  4. 16 Jun, 2008 2 commits
  5. 10 Jun, 2008 2 commits
  6. 17 May, 2008 1 commit
  7. 16 May, 2008 1 commit
  8. 14 May, 2008 1 commit
  9. 03 Mar, 2008 3 commits
  10. 27 Feb, 2008 3 commits
  11. 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
  12. 18 Feb, 2008 9 commits
  13. 16 Feb, 2008 1 commit
  14. 15 Feb, 2008 5 commits
  15. 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
  16. 12 Feb, 2008 1 commit
    • marko's avatar
      branches/zip: Pass -prefer-non-pic only on IA-32 (x86) when building · 06afa81e
      marko authored
      the dynamic InnoDB plugin, ha_innodb.so.  This libtool option cannot
      be used on every target platform.  For instance, the AMD64 (x86_64) ABI
      mandates position-independent code (PIC) in dynamic shared objects.
      
      Makefile.am: Use $(INNODB_CFLAGS) and $(INNODB_DYNAMIC_CFLAGS) in
      target-specific CFLAGS and CXXFLAGS variable definitions.
      
      plug.in: Instead of appending to the MySQL-wide CFLAGS, introduce
      the variables INNODB_CFLAGS and INNODB_DYNAMIC_CFLAGS.  Depending on
      $target_cpu, append -prefer-non-pic to INNODB_DYNAMIC_CFLAGS.
      06afa81e
  17. 11 Feb, 2008 1 commit
    • marko's avatar
      branches/zip: Makefile.am: Disable the generation of · 2f11741b
      marko authored
      position-independent code in the compilation of ha_innodb.so.
      
      ha_innodb_la_CXXFLAGS, ha_innodb_la_CFLAGS: Add -prefer-non-pic.
      This flag is interpreted by the ../../libtool script that acts
      as a front-end to the compiler and linker.
      2f11741b
  18. 08 Feb, 2008 2 commits