mariadb/win
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
..
packaging MDEV-26713 Treat codepage 65001 as utf8mb4, not utf8mb3 2021-12-15 19:13:57 +01:00
upgrade_wizard MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir' 2022-01-18 17:32:53 +01:00
appveyor_skip_tests.txt MDEV-26527 speedup appveyor build 2021-09-06 13:55:14 +02:00
create_def_file.js Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00