mariadb/win
Vladislav Vaintroub ea0a5cb0a4 MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8
CreateServiceA, OpenServiceA, and couple of other functions do not work
correctly with non-ASCII character, in the special case where application
has defined activeCodePage=UTF8.

Workaround by redefining affected ANSI functions to own wrapper, which
works by converting narrow(ANSI) to wide, then calling wide function.

Deprecate original ANSI service functions, via declspec, so that we can catch
their use.
2021-12-15 19:13:57 +01:00
..
packaging Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
upgrade_wizard MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8 2021-12-15 19:13:57 +01:00
appveyor_skip_tests.txt MDEV-26527 speedup appveyor build 2021-09-06 13:55:14 +02:00
create_def_file.js