1. 03 Feb, 2016 1 commit
    • Jan Lindström's avatar
      MDEV-9471: Server crashes or returns an error while trying to alter... · f66d0161
      Jan Lindström authored
      MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux
      
      At alter table when server renames the table to temporal name,
      old name uses normal partioned table naming rules. However,
      if tables are created on Windows and then transfered to Linux
      and lower-case-table-names=1 we should modify the old name
      on rename to lower case to be able to find it from the
      InnoDB dictionary.
      f66d0161
  2. 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
  3. 01 Feb, 2016 2 commits
  4. 29 Jan, 2016 2 commits
  5. 15 Jan, 2016 1 commit
  6. 13 Jan, 2016 2 commits
  7. 12 Jan, 2016 1 commit
  8. 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
  9. 30 Dec, 2015 1 commit
  10. 29 Dec, 2015 2 commits
  11. 21 Dec, 2015 1 commit
  12. 19 Dec, 2015 5 commits
  13. 11 Dec, 2015 5 commits
  14. 10 Dec, 2015 1 commit
  15. 09 Dec, 2015 7 commits
  16. 08 Dec, 2015 7 commits