1. 27 Oct, 2014 1 commit
  2. 26 Oct, 2014 2 commits
  3. 25 Oct, 2014 2 commits
    • Jan Lindström's avatar
      MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double · 60e995cf
      Jan Lindström authored
      Merged Facebook commit ecff018632c6db49bad73d9233c3cdc9f41430e9
      authored by Steaphan Greene from https://github.com/facebook/mysql-5.6
      
      This change is to fix: http://bugs.mysql.com/62534
      
      This makes innodb_max_dirty_pages_pct a double with min,default,max values
      0.001, 75, 99.999.
      
      This also makes innodb_max_dirty_pages_pct_lwm and adaptive_flushing_lwm
      doubles, as these sysvars are inter-dependent.
      
      Added more to the BUFFER POOL AND MEMORY section of SHOW INNODB STATUS:
      Percent pages dirty: X.X
      This is all n_dirty_pages / used_pages
      Percent all pages dirty: X.X
      This is all n_dirty_pages / all-pages
      Max dirty pages percent: X.X
      This is innodb_max_dirty_pages_pct
      
      Also changed all of buf from 2 to 3 digits of precision (%.2f -> %.3f).
      60e995cf
    • Jan Lindström's avatar
      MDEV-6927: Share more structures · cff0012d
      Jan Lindström authored
      Merge Facebook commit f981a51a47519b0ba527917887f8adc6df9ae147
      authored by Steaphan Greene from https://github.com/facebook/mysql-5.6.
      
      This just moves some structure definitions from inside a
      single .cc file to a shared .h file, with a few tweaks to
      allow these structures to be shared.
      
      On its own, it should have no actual effect. This is needed later.
      cff0012d
  4. 24 Oct, 2014 6 commits
  5. 23 Oct, 2014 2 commits
  6. 22 Oct, 2014 2 commits
  7. 21 Oct, 2014 3 commits
  8. 20 Oct, 2014 5 commits
  9. 16 Oct, 2014 2 commits
  10. 13 Oct, 2014 1 commit
  11. 12 Oct, 2014 2 commits
  12. 11 Oct, 2014 2 commits
  13. 10 Oct, 2014 5 commits
  14. 09 Oct, 2014 3 commits
  15. 08 Oct, 2014 2 commits
    • Sergei Golubchik's avatar
      b2d71434
    • Sergey Vojtovich's avatar
      Backport from 10.0: · 6f762cdd
      Sergey Vojtovich authored
      revno: 4301
      committer: Alexey Botchkov <holyfoot@askmonty.org>
      branch nick: 10exp
      timestamp: Tue 2014-07-22 15:28:15 +0500
      message:
        gis-precise.test fixed to work on Power8.
      ------------------------------------------------------------
      revno: 4295
      committer: Alexey Botchkov <holyfoot@askmonty.org>
      branch nick: 10exp
      timestamp: Mon 2014-07-21 13:07:48 +0500
      message:
        gis-precise test fixed to pass on Power8.
      6f762cdd