1. 18 Sep, 2008 1 commit
  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
  17. 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