Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFF0B3

This page is a work in progress !

Motivation

MySQL is a hugely popular database server, and is used by a large number of enterprises. Enabling it would give considerably better performance on ARM64 platforms for Windows.

Status

WIP - working with some patchesBlocked upstream, awaiting response from Oracle.

Todo

Get it building OOB, by making sure patches are pushed.

...

Currently, there is an internal compiler error with MSVC mainline release versions earlier than 17.3, which requires inlining to be disabled as a fix. This is fixed in the latest public preview of mainline Visual Studio (VS 2022 17.3 preview 4 as of time of writing).

Compiling

Use the following ZIP file to compile MySQL for a Windows on ARM platform. It executes all the necessary steps, and applies the relevant patches.

...