1. 30 Aug, 2015 1 commit
  2. 26 Aug, 2015 1 commit
  3. 22 Jul, 2015 6 commits
  4. 21 Jul, 2015 2 commits
  5. 20 Jul, 2015 1 commit
  6. 19 Jul, 2015 4 commits
  7. 17 Jul, 2015 1 commit
  8. 16 Jul, 2015 2 commits
    • Monty's avatar
      Fix for MySQL bug #77448 Inconsistent handling of RAND() in WHERE and HAVING · 0ad00c66
      Monty authored
      Problem was that for queries of type:
      
      select rand() r, rand()  p, rand() = rand() from a having r = p
      
      The optimizer thought that r = p was same as rand() = rand() and this would always be true.
      
      The problem was that when testing if two expressions are equal, we didn't take into account no determinstic functions.
      
      The fix is to not compare non deterministic functions as equal.
      0ad00c66
    • Monty's avatar
      MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nr · 872a953b
      Monty authored
      Other things:
      - Avoid calling init_and_set_log_file_name() when opening binary log.
      - Remove newlines early when reading from index file.
      - Ensure that reset_logs() will work even if thd is 0 (Can happen on startup)
      - Added thd to sart_slave_threads() for better error handling.
      872a953b
  9. 15 Jul, 2015 1 commit
  10. 14 Jul, 2015 6 commits
  11. 13 Jul, 2015 1 commit
  12. 10 Jul, 2015 2 commits
  13. 09 Jul, 2015 2 commits
  14. 08 Jul, 2015 2 commits
  15. 07 Jul, 2015 2 commits
  16. 06 Jul, 2015 5 commits
  17. 05 Jul, 2015 1 commit