mariadb on Cubieboard (ARM AllWinner A10)

You are viewing an old version of this question. View the current version here.

Hello,

I'm using mariadb on Cubieboard (within a debian server). The compile of the sources for 5.5 did work perfectly but the 10.0 does not compile , is it possible to have some help to get it running ?

Also is there a way to make my mariadb 5.5 available for other users (by exemple as a .deb file)?

Answer Answered by Sergei Golubchik in this comment.

This is fixed in 10.0.4.

Meanwhile, you can disable query_response_time plugin with

cmake -DWITHOUT_QUERY_RESPONSE_TIME=1

You can disable any non-mandatory plugin this way.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.