1. 19 Nov, 2021 1 commit
  2. 18 Nov, 2021 4 commits
    • Vladislav Vaintroub's avatar
      xxx · 220dc1fd
      Vladislav Vaintroub authored
      220dc1fd
    • Vladislav Vaintroub's avatar
      MDEV-26713 Windows- UTF8 encoding in the installer · 2dcb8236
      Vladislav Vaintroub authored
      Workaround Windows' bug in services "ANSI" when process ANSI codepage is
      UTF8.
      They turn out to work unlike any other API .
      
      Expected behavior : strings  be converted from GetACP() to Unicode,
      and "wide" function would be then called.
      
      Actual current behavior :
      it seems to handle strings as-if they would be encoded in system-default
      ACP, rather than process-specific GetACP()
      
      Fix: redefine the OpenService,CreateService and ChangeServiceConfig
      and do ANSI-Wide conversion outselves.
      
      Tell compiler to deprecate some ANSI service functions.
      
      xxx
      2dcb8236
    • Vladislav Vaintroub's avatar
      MDEV-26713 Windows- UTF8 encoding in the installer · 68b16d80
      Vladislav Vaintroub authored
      - allow utf8 datadir, and password
      - mysql_install_db.exe does not send clear password to mysqld --bootstrap
        subprocess anymore, but hash, as server makes incorrect assumption about
        character encoding in case it is UTF8.
      - use CreateServiceW to create service, due to some Windows bug,
        the ANSI version does not currently work well with strings outside
        of ASCII range.
      68b16d80
    • Vladislav Vaintroub's avatar
  3. 17 Nov, 2021 1 commit
  4. 11 Nov, 2021 4 commits
  5. 10 Nov, 2021 1 commit
    • Thirunarayanan Balathandayuthapani's avatar
      MDEV-26121 [Note] InnoDB: Resetting invalid page · 3480c3f9
      Thirunarayanan Balathandayuthapani authored
      In dict_index_t::clear(), InnoDB frees all the page except root page.
      root page leaf segment has reset and does reinitialize again.
      t in fseg_create(), we do have the assumption that only
      FIL_PAGE_TYPE_TRX_SYS or FIL_PAGE_TYPE_TRX_SYS page should
      be re-created for non-full-crc32 format. This assumption is wrong
      in case of rollback of bulk insert operation.
      3480c3f9
  6. 09 Nov, 2021 14 commits
  7. 08 Nov, 2021 15 commits