1. 15 Dec, 2021 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-27089 Windows : incorrect handling of non-ASCIIs in get_tty_password · 9e9b211f
      Vladislav Vaintroub authored
      Prior to patch, get_password would echo multple mask characters '*', for
      a single multibyte input character.
      
      Fixed the behavior by using "wide" version of getch, _getwch.
      Also take care of possible characters outside of BMP (i.e we do not print
      '*' for high surrogates).
      
      The function will now internally construct the "wide" password string,
      and conver to the console codepage. Some characters could still be lost
      in that conversion, unless the codepage is utf8, but this is not any new
      bug.
      9e9b211f
    • Sergei Golubchik's avatar
      disable galera_3nodes.galera_ipv6_mariabackup · 6208228b
      Sergei Golubchik authored
      and galera_3nodes.galera_ipv6_mariabackup_section
      until their corresponding MDEV's are fixed.
      
      They fail almost everywhere.
      6208228b
  2. 14 Dec, 2021 3 commits
  3. 12 Dec, 2021 3 commits
  4. 10 Dec, 2021 7 commits
  5. 09 Dec, 2021 1 commit
  6. 08 Dec, 2021 3 commits
  7. 07 Dec, 2021 9 commits
  8. 06 Dec, 2021 5 commits
  9. 05 Dec, 2021 1 commit
  10. 04 Dec, 2021 5 commits
  11. 03 Dec, 2021 1 commit