1. 03 Dec, 2016 3 commits
  2. 28 Nov, 2016 1 commit
  3. 14 Nov, 2016 1 commit
  4. 12 Nov, 2016 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-11161. · 96b62b55
      Igor Babaev authored
      The flag TABLE_LIST::fill_me must be reset to false at the prepare
      phase for any materialized derived table used in the executed query.
      Otherwise if the optimizer decides to generate a key for such a table
      it is generated only for the first execution of the query.
      96b62b55
  5. 10 Nov, 2016 1 commit
  6. 03 Nov, 2016 1 commit
  7. 27 Oct, 2016 3 commits
  8. 17 Oct, 2016 2 commits
  9. 14 Oct, 2016 1 commit
  10. 13 Oct, 2016 6 commits
  11. 29 Sep, 2016 1 commit
  12. 28 Sep, 2016 3 commits
  13. 27 Sep, 2016 1 commit
  14. 26 Sep, 2016 5 commits
  15. 24 Sep, 2016 1 commit
  16. 13 Sep, 2016 1 commit
  17. 12 Sep, 2016 4 commits
  18. 11 Sep, 2016 1 commit
  19. 02 Sep, 2016 1 commit
  20. 26 Aug, 2016 1 commit
  21. 25 Aug, 2016 1 commit
    • Sivert Sorumgard's avatar
      Bug#24388753: PRIVILEGE ESCALATION USING MYSQLD_SAFE · 48bd8b16
      Sivert Sorumgard authored
      [This is the 5.5/5.6 version of the bugfix].
      
      The problem was that it was possible to write log files ending
      in .ini/.cnf that later could be parsed as an options file.
      This made it possible for users to specify startup options
      without the permissions to do so.
      
      This patch fixes the problem by disallowing general query log
      and slow query log to be written to files ending in .ini and .cnf.
      48bd8b16