1. 22 Feb, 2015 2 commits
    • Sergei Golubchik's avatar
      MDEV-7591 master crashed when slave specfied a future position with semi-repl plugin · b739103f
      Sergei Golubchik authored
      cherry-pick the upstream fix
      
      commit d4ba10184cd7bde9c31c610e664ecd0c93605c46
      Author: Sujatha Sivakumar <sujatha.sivakumar@oracle.com>
      Date:   Wed Jul 2 11:34:11 2014 +0530
      
          Bug#17453826:ASSERTION ERROR WHEN SETTING FUTURE BINLOG
          FILE/POS WITH SEMISYNC
      
          Problem:
          ========
          When DMLs are in progress on the master stopping a slave and
          setting ahead binlog name/pos will cause an assert on the
          master.
          ...
      b739103f
    • Sergei Golubchik's avatar
      MDEV-7482 VIEW containing INTERVAL(...) · 22cf2f11
      Sergei Golubchik authored
      Item_func::print() prints itself as name + "(" + arguments + ")".
      Normally that works, but Item_func_interval internally implements its
      arguments as one single Item_row. Item_row prints itself as
      "(" + values + ")". As a result, "INTERVAL(1,2)" was being printed
      as "INTERVAL((1,2))". Fixed with a custom Item_func_interval::print().
      22cf2f11
  2. 20 Feb, 2015 4 commits
  3. 19 Feb, 2015 1 commit
  4. 18 Feb, 2015 2 commits
  5. 17 Feb, 2015 1 commit
  6. 13 Feb, 2015 1 commit
  7. 12 Feb, 2015 1 commit
  8. 11 Feb, 2015 5 commits
  9. 10 Feb, 2015 2 commits
  10. 09 Feb, 2015 2 commits
  11. 11 Feb, 2015 1 commit
  12. 10 Feb, 2015 3 commits
  13. 09 Feb, 2015 1 commit
  14. 08 Feb, 2015 2 commits
  15. 06 Feb, 2015 1 commit
  16. 04 Feb, 2015 5 commits
  17. 30 Jan, 2015 2 commits
  18. 29 Jan, 2015 4 commits