Comments - 64bit compile of MariaDB 10.0.21 for Solaris 10 (sparc)
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.
this looks like a bug in connect engine, though I do not really understand the error message. you can file a bug , and temporarily disable connect storage engine by doing
cmake .. -DWITH_CONNECT_STORAGE_ENGINE=0
in the build directory.