Anyone on a (ARM) Qnap with MariaDB - and working?

i wanted to use the QNAP Database on my TS-219PII.
But with the recent 4.2 it was upgraded to MariaDB.

According to the release notes, InnoDB is not supported on ARM-Hardware.
NC supports InnoDB only.

No-Go? Or anyone lucky and i am doing something wrong?

For someone interested, you’ll find the answer in the crosspost:

InnoDB has its own understanding of how pthread mutexes should work on ARM processors: http://bugs.mysql.com/bug.php?id=72539

It’s simply not officially supported. I had to fiddle around with different pthread libraries and compile options to get that running. Unlikely, that these patches will make it into official supported distribution. On 32 bit Windows, InnoDB even did use some Assembler code to make it run.