1. 06 Dec, 2016 3 commits
  2. 05 Dec, 2016 2 commits
    • Sergei Golubchik's avatar
      MDEV-10293 'setupterm' was not declared in this scope · 18cdff67
      Sergei Golubchik authored
      Check for readline before checking for curses headers, because
      MYSQL_CHECK_READLINE fails when curses is not found, but
      CHECK_INCLUDE_FILES simply remembers the fact and continues.  So if
      there's no curses, MYSQL_CHECK_READLINE will abort, the user will then
      installs curses and continue the build. Thus, CHECK_INCLUDE_HEADERS
      will remember that there is no curses, but other checks from
      MYSQL_CHECK_READLINE will remember that curses are there. It will
      result in inconsistent HAVE_xxx defines.
      18cdff67
    • Sergei Golubchik's avatar
      02d153c7
  3. 03 Dec, 2016 3 commits
  4. 28 Nov, 2016 1 commit
  5. 14 Nov, 2016 1 commit
  6. 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
  7. 10 Nov, 2016 1 commit
  8. 03 Nov, 2016 1 commit
  9. 27 Oct, 2016 3 commits
  10. 17 Oct, 2016 2 commits
  11. 14 Oct, 2016 1 commit
  12. 13 Oct, 2016 6 commits
  13. 29 Sep, 2016 1 commit
  14. 28 Sep, 2016 3 commits
  15. 27 Sep, 2016 1 commit
  16. 26 Sep, 2016 5 commits
  17. 24 Sep, 2016 1 commit
  18. 13 Sep, 2016 1 commit
  19. 12 Sep, 2016 3 commits