[Maria-discuss] New Question: install_spider.sql: no xa?
Hello, A new question has been asked in "Spider" by michaeldec. Please answer it at http://mariadb.com/kb/en/install_spidersql-no-xa/ as the person asking the question may not be subscribed to the mailing list. -------------------------------- I've a fresh server with MariaDB on it. After running install_spider.sql into it, the result of "SELECT engine, xa FROM information_schema.engines;" is: +--------------------+------+ | engine | xa | +--------------------+------+ | SPIDER | NO | | MRG_MyISAM | NO | | MEMORY | NO | | BLACKHOLE | NO | | MyISAM | NO | | InnoDB | YES | | ARCHIVE | NO | | FEDERATED | NO | | PERFORMANCE_SCHEMA | NO | | Aria | NO | | CSV | NO | +--------------------+------+ According to KB, this isn't meant to look like this and instead I'm meant to have xa set to YES on SPIDER. I'm running MariaDB 10.0.16 and here's my install_spider.sql: http://pastebin.com/RzrWTpaQ So the question is, why isn't xa being enabled on SPIDER? -------------------------------- To view or answer this question please visit: http://mariadb.com/kb/en/install_spidersql-no-xa/
participants (1)
-
AskMonty KB