1. 07 Jul, 2009 3 commits
    • inaam's avatar
      branches/zip rb://138 · 449e6af3
      inaam authored
      The current implementation is to try to flush the neighbors of every
      page that we flush. This patch makes the following distinction:
      
      1) If the flush is from flush_list AND
      2) If the flush is intended to move the oldest_modification LSN ahead
      (this happens when a user thread sees little space in the log file and
      attempts to flush pages from the buffer pool so that a checkpoint can
      be made)
      
      THEN
      
      Do not try to flush the neighbors. Just focus on flushing dirty pages at
      the end of flush_list
      
      Approved by: Heikki
      449e6af3
    • inaam's avatar
      branches/zip rb://126 · 46211114
      inaam authored
      Based on contribution from Google Inc.
      This patch introduces a new parameter innodb_io_capacity to control the
      rate at which master threads performs various tasks. The default value
      is 200 and higher values imply more aggressive flushing and ibuf merges
      from within the master thread.
      This patch also changes the ibuf merge from synchronous to asynchronous.
      Another minor change is not to force the master thread to wait for a
      log flush to complete every second.
      
      Approved by: Heikki
      46211114
    • calvin's avatar
      branches/zip: add IB_HAVE_PAUSE_INSTRUCTION to CMake. · b495b79f
      calvin authored
      Windows will support PAUSE instruction by default.
      b495b79f
  2. 06 Jul, 2009 2 commits
  3. 02 Jul, 2009 1 commit
  4. 30 Jun, 2009 18 commits
  5. 29 Jun, 2009 7 commits
  6. 26 Jun, 2009 1 commit
  7. 25 Jun, 2009 4 commits
  8. 24 Jun, 2009 1 commit
  9. 23 Jun, 2009 1 commit
    • calvin's avatar
      branches/zip: change the header file path. · eebca3bf
      calvin authored
      Change the header file path from ../storage/innobase/include/
      to ../include/. In the planned 5.1 + plugin release, the source
      directory of the plugin will not be in storage/innobase.
      
      Approved by: Heikki (IM)
      eebca3bf
  10. 22 Jun, 2009 2 commits