1. 29 Mar, 2014 1 commit
  2. 28 Mar, 2014 1 commit
  3. 27 Mar, 2014 3 commits
    • Jan Lindström's avatar
      Fixed windows compiler errors. · 0b92fe9c
      Jan Lindström authored
      0b92fe9c
    • Jan Lindström's avatar
      Fix bug https://code.launchpad.net/~laurynas-biveinis/percona-server/bug1295268 · cd8c3b74
      Jan Lindström authored
        (Inadequate background LRU flushing for write workloads with InnoDB compression).
          
          If InnoDB compression is used and the workload has writes, the
          following situation is possible. The LRU flusher issues an LRU flush
          request for an instance.  buf_do_LRU_batch decides to perform
          unzip_LRU eviction and this eviction might fully satisfy the
          request. Then buf_flush_LRU_tail checks the number of flushed pages in
          the last iteration, finds it to be zero, and wrongly decides not to
          flush that instance anymore.
          
          Fixed by maintaining unzip_LRU eviction counter in struct
          flush_counter_t variables, and checking it in buf_flush_LRU_tail when
          deciding whether to stop flushing the current instance.
      
          Fix provided by: Laurynas Biveinis (Percona)
       
      Added test cases for new configuration files to get mysql-test-run suite sys_vars
      to pass. Fix some small errors.
      cd8c3b74
    • Jan Lindström's avatar
      Fix bug https://code.launchpad.net/~laurynas-biveinis/percona-server/bug1295268 · 50273380
      Jan Lindström authored
      (Inadequate background LRU flushing for write workloads with InnoDB compression).
        
        If InnoDB compression is used and the workload has writes, the
        following situation is possible. The LRU flusher issues an LRU flush
        request for an instance.  buf_do_LRU_batch decides to perform
        unzip_LRU eviction and this eviction might fully satisfy the
        request. Then buf_flush_LRU_tail checks the number of flushed pages in
        the last iteration, finds it to be zero, and wrongly decides not to
        flush that instance anymore.
        
        Fixed by maintaining unzip_LRU eviction counter in struct
        flush_counter_t variables, and checking it in buf_flush_LRU_tail when
        deciding whether to stop flushing the current instance.
      
      Added test cases for new configuration files to get mysql-test-run suite sys_vars
      to pass. Fix some small errors.
      50273380
  4. 25 Mar, 2014 1 commit
  5. 22 Mar, 2014 1 commit
  6. 21 Mar, 2014 1 commit
  7. 12 Mar, 2014 1 commit
  8. 11 Mar, 2014 1 commit
  9. 08 Mar, 2014 1 commit
  10. 07 Mar, 2014 8 commits
  11. 06 Mar, 2014 3 commits
  12. 05 Mar, 2014 1 commit
  13. 04 Mar, 2014 15 commits
  14. 03 Mar, 2014 2 commits