1. 18 Jan, 2022 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir' · 2e48fbe3
      Vladislav Vaintroub authored
      Two Problems
      1. Upgrade wizard failed to retrieve path to service executable,
      if it contained non-ASCII.
      Fixed by setlocale(LC_ALL, "en_US.UTF8"), which was missing in upgrade wizard
      
      2.mysql_upgrade_service only updated (converted to UTF8) the server's sections
      leaving client's as-is
      
      Corrected typo.
      
      3. Fixed assertion in my_getopt, turns out to be too strict.
      2e48fbe3
  2. 15 Dec, 2021 14 commits
  3. 14 Dec, 2021 3 commits
  4. 12 Dec, 2021 3 commits
  5. 10 Dec, 2021 7 commits
  6. 09 Dec, 2021 1 commit
  7. 08 Dec, 2021 3 commits
  8. 07 Dec, 2021 8 commits