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 add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
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 add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
stdafx.h Windows : Fix /permissive- compile error 2018-02-21 16:33:55 +00:00
targetver.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.cpp Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.rc Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade_wizard.exe.manifest Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgradeDlg.cpp MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir' 2022-01-18 17:32:53 +01:00
upgradeDlg.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00