install_spider.sql: no xa?

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

MariaDB plugins and plugin information.

Answer Answered by Sergei Golubchik in this comment.

MariaDB cannot enable XA at runtime. If you have binlogging disabled and less than two XA-capable engines loaded, then all XA support code in the server is completely disabled. And if you load a new XA-capable engine, its XA capabilities will be disabled until you restart MariaDB.

There is a warning about disabled XA when you install the engine, but as you have the "INSTALL PLUGIN" statement buried deep inside your install_spider.sql script, you must've missed it.

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.