diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-11-22 12:29:15 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-12-15 19:13:57 +0100 |
commit | ba9d231b5ab75bc3614e53bdd95026e5fe9dd565 (patch) | |
tree | 4995ed2d51b72babc3865c2f474ff8d292b30959 /mysql-test/include/no_utf8_cli.inc | |
parent | 4d3ac328482ea2e363cb0be00fd8654d0af5cce0 (diff) | |
download | mariadb-git-ba9d231b5ab75bc3614e53bdd95026e5fe9dd565.tar.gz |
MDEV-26713 Set activeCodePage=UTF8 for windows programs
- Use corresponding entry in the manifest, as described in
https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page
- If if ANSI codepage is UTF8 (i.e for Windows 1903 and later)
Use UTF8 as default client charset
Set console codepage(s) to UTF8, in case process is using console
- Allow some previously disabled MTR tests, that used Unicode for in "exec",
for the recent Windows versions
Diffstat (limited to 'mysql-test/include/no_utf8_cli.inc')
-rw-r--r-- | mysql-test/include/no_utf8_cli.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/no_utf8_cli.inc b/mysql-test/include/no_utf8_cli.inc new file mode 100644 index 00000000000..19f9aa6df42 --- /dev/null +++ b/mysql-test/include/no_utf8_cli.inc @@ -0,0 +1,3 @@ +# Check if utf8 can't be used on the command line for --exec +# The real check is done in the suite.pm +# |