1. 09 Nov, 2016 1 commit
  2. 08 Nov, 2016 1 commit
  3. 07 Nov, 2016 1 commit
  4. 04 Nov, 2016 3 commits
  5. 03 Nov, 2016 3 commits
  6. 02 Nov, 2016 12 commits
  7. 01 Nov, 2016 1 commit
  8. 31 Oct, 2016 3 commits
  9. 30 Oct, 2016 1 commit
  10. 29 Oct, 2016 6 commits
  11. 28 Oct, 2016 2 commits
  12. 27 Oct, 2016 4 commits
  13. 26 Oct, 2016 2 commits
    • Alexey Botchkov's avatar
      MDEV-10846 Running mysqldump backup twice returns error: Table · 26b87c33
      Alexey Botchkov authored
                 'mysql.proc' doesn't exist.
      
              The mysql_rm_db() doesn't seem to expect the 'mysql' database
              to be deleted. Checks for that added.
              Also fixed the bug MDEV-11105 Table named 'db'
              has weird side effect.
              The db.opt file now removed separately.
      26b87c33
    • Sergei Golubchik's avatar
      MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error log · 22490a0d
      Sergei Golubchik authored
      cherry-pick from 5.7:
        commit 6b24763
        Author: Manish Kumar <manish.4.kumar@oracle.com>
        Date:   Tue Mar 27 13:10:42 2012 +0530
      
        BUG#12977988 - ON STOP SLAVE: ERROR READING PACKET FROM SERVER: LOST CONNECTION
                       TO MYSQL SERVER
        BUG#11761457 - ERROR 2013 + "ERROR READING RELAY LOG EVENT" ON STOP SLAVEBUG#12977988 - ON STOP SLAVE: ERROR READING PACKET FROM SERVER: LOST CONNECTION
                     TO MYSQL SERVER
      22490a0d