1. 24 Aug, 2016 1 commit
  2. 18 Aug, 2016 1 commit
  3. 17 Aug, 2016 1 commit
  4. 16 Aug, 2016 1 commit
  5. 02 Aug, 2016 1 commit
  6. 01 Aug, 2016 3 commits
  7. 28 Jul, 2016 1 commit
  8. 27 Jul, 2016 2 commits
    • Nirbhay Choubey's avatar
      MDEV-10396: MariaDB does not restart after upgrade on debian 8 · b522c71e
      Nirbhay Choubey authored
      During wsrep position recovery, galera_recovery.sh script
      redirected mysqld's error log to a temporary file in order
      to find the start position. This, however, will not work
      if --log-error is configured for the server.
      
      Fixed by using --log-error in command line instead of
      redirection.
      
      [Patch contributed by Philippe MARASSE]
      b522c71e
    • Sergei Petrunia's avatar
      MDEV-10389: Query returns different results on a debug vs non-debug build · a63ceaea
      Sergei Petrunia authored
      The problem was caused by a merged semi-join, which contained a non-merged
      semi-join, which used references to the top-level query in the left_expr.
      
      When moving non-merged semi-join from the subquery to its parent, do not
      forget to call fix_after_pullout for its Item_subselect. We need to do
      that specifically, because non-merged semi-joins do not have their
      IN-equality in the WHERE clause at this stage.
      a63ceaea
  9. 24 Jul, 2016 1 commit
  10. 22 Jul, 2016 1 commit
  11. 21 Jul, 2016 1 commit
  12. 19 Jul, 2016 1 commit
  13. 18 Jul, 2016 1 commit
  14. 14 Jul, 2016 1 commit
  15. 13 Jul, 2016 6 commits
  16. 12 Jul, 2016 15 commits
  17. 11 Jul, 2016 2 commits