1. 27 Sep, 2017 3 commits
    • Sergei Golubchik's avatar
      cleanup: remove useless "inline" keywords · f7628ca3
      Sergei Golubchik authored
      avoid a function call for a commonly used one-liner.
      followup for 0627929f
      f7628ca3
    • Sergei Golubchik's avatar
      cleanup: reduce code duplication · 7dc1815d
      Sergei Golubchik authored
      remove copy-pasted code, fix meaningless comparison.
      followup for ea2162b6
      7dc1815d
    • Sachin Setiya's avatar
      MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) · 0627929f
      Sachin Setiya authored
      Problem:- This crash happens because of thd = NULL , and while checking
      for wsrep_on , we no longer check for thd != NULL (MDEV-7955). So this
      problem is regression of MDEV-7955. However this patch not only solves
      this regression , It solves all regression caused by MDEV-7955 patch.
      
      To get all possible cases when thd can be null , assert(thd)/
      assert(trx->mysql_thd) is place just before all wsrep_on and innodb test
      suite is run. And the assert which caused failure are removed with a physical
      check for thd != NULL. Rest assert are removed. Hopefully this method will
      remove all current/potential regression of MDEV-7955.
      0627929f
  2. 25 Sep, 2017 3 commits
  3. 24 Sep, 2017 3 commits
  4. 23 Sep, 2017 1 commit
  5. 22 Sep, 2017 4 commits
  6. 21 Sep, 2017 10 commits
  7. 20 Sep, 2017 8 commits
  8. 19 Sep, 2017 8 commits