1. 02 Feb, 2016 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-9466 : Exception handler on Windows does not output any text, · 603c0960
      Vladislav Vaintroub authored
      if mysqld runs as service
      
      The bug is caused by the attempt to write to filedescriptor 2
      (STDERR_FILENO), however in case of a service stderr has different fd
      (debugging shows fileno(stderr) is 4 after freopen, and -1 before it)
      
      Fixed definition of STDERR_FILENO for Windows to be fileno(stderr).
      603c0960
  2. 01 Feb, 2016 2 commits
  3. 29 Jan, 2016 2 commits
  4. 15 Jan, 2016 1 commit
  5. 13 Jan, 2016 2 commits
  6. 12 Jan, 2016 1 commit
  7. 07 Jan, 2016 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-9298 : Build failure when linking libmysql. · 5f48b615
      Vladislav Vaintroub authored
      If GCC or CLang compile with link time optimization (-flto),
      they throw an error during link , when lto sees a
      function (e.g mysql_real_connect) is redeclared as "external void *"
      in libmysql_exports.cc
      
      The fix disables -flto for generated libmysql_exports.cc
      5f48b615
  8. 30 Dec, 2015 1 commit
  9. 29 Dec, 2015 2 commits
  10. 21 Dec, 2015 1 commit
  11. 19 Dec, 2015 5 commits
  12. 11 Dec, 2015 5 commits
  13. 10 Dec, 2015 1 commit
  14. 09 Dec, 2015 7 commits
  15. 08 Dec, 2015 8 commits