summaryrefslogtreecommitdiff
path: root/mysql-test/main/charset_client_win_utf8mb4.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-26713 allow users with non-UTF8 passwords to login after upgrade.preview-10.8-MDEV-26713-windows-i18-supportVladislav Vaintroub2021-12-151-0/+4
| | | | | | | | | | | | | Translate username, password and database from UTF8 into desired charset, if non-auto default-character-set was used, on Windows10 1903 This change is implemented only in the command line client, and mainly to allow users with non-UTF8 passwords to login. The user is supposed to use the same charset that was used during setting password (usually, console CP if used in CLI) Add a test to document the behavior.
* MDEV-26713 Set activeCodePage=UTF8 for windows programsVladislav Vaintroub2021-12-151-0/+2
| | | | | | | | | | | | - 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
* Revert "MDEV-26713 Windows - improve utf8 support for command line tools"st-10.8-wladVladislav Vaintroub2021-11-191-2/+0
| | | | This reverts commit several commits pushed by mistake.
* MDEV-26713 Windows - improve utf8 support for command line toolsVladislav Vaintroub2021-11-181-0/+2