1. 28 Dec, 2018 1 commit
    • Marko Mäkelä's avatar
      row_drop_table_for_mysql(): Correct a parameter to innobase_format_name() · b74eb5a5
      Marko Mäkelä authored
      This fixes a regression that was introduced in MySQL 5.6.6
      in an error handling code path, in the following change:
      
      commit 024f363d6b5f09b20d1bba411af55be95c7398d3
      Author: kevin.lewis@oracle.com <>
      Date:   Fri Jun 15 09:01:42 2012 -0500
      
          Bug #14169459 INNODB; DROP TABLE DOES NOT DELETE THE IBD FILE
          FOR A TEMPORARY TABLE.
      b74eb5a5
  2. 20 Dec, 2018 1 commit
  3. 19 Dec, 2018 3 commits
  4. 18 Dec, 2018 1 commit
  5. 17 Dec, 2018 1 commit
  6. 16 Dec, 2018 1 commit
  7. 13 Dec, 2018 6 commits
  8. 12 Dec, 2018 2 commits
    • Sergei Golubchik's avatar
      Merge branch '5.5' into 10.0 · b58f2872
      Sergei Golubchik authored
      b58f2872
    • Jiaye Wu's avatar
      Fix UNICODE issue of dlerror · 9eadef01
      Jiaye Wu authored
      Current implementation is conflicting. If UNICODE is defined, FormatMessage() will be FormatMessageW(), and variable win_errormsg with type char can not be passed to it, which should be changed to TCHAR instead. Since we don't use UNICODE here, we can use FormatMessageA() directly to avoid conversion error.
      ```
      my_global.h(1092): error C2664: 'DWORD FormatMessageW(D
      WORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,va_list *)' : cannot convert argument 5 from 'char [2048]' to 'LPWSTR'
      ```
      9eadef01
  9. 11 Dec, 2018 1 commit
  10. 07 Dec, 2018 2 commits
  11. 06 Dec, 2018 3 commits
  12. 05 Dec, 2018 1 commit
  13. 28 Nov, 2018 1 commit
  14. 20 Nov, 2018 1 commit
  15. 16 Nov, 2018 1 commit
  16. 15 Nov, 2018 3 commits
  17. 14 Nov, 2018 1 commit
  18. 07 Nov, 2018 2 commits
  19. 06 Nov, 2018 1 commit
  20. 05 Nov, 2018 2 commits
  21. 02 Nov, 2018 2 commits
  22. 01 Nov, 2018 3 commits