mariadb/win/upgrade_wizard
Vladislav Vaintroub 2e48fbe3f5 MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir'
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.
2022-01-18 17:32:53 +01:00
..
res
CMakeLists.txt MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8 2021-12-15 19:13:57 +01:00
resource.h
stdafx.h
targetver.h
upgrade.cpp
upgrade.h
upgrade.rc
upgrade_wizard.exe.manifest
upgradeDlg.cpp MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir' 2022-01-18 17:32:53 +01:00
upgradeDlg.h