Comment 12 for bug 693387

Revision history for this message
Sergei Golubchik (sergii) wrote :

not really. you can build with debug, copy ha_xtradb.so someplace, build and install without debug and copy debug version of ha_xtradb.so over.

but most probably it won't work - in debug build certain structures have different sizes and offsets, and xtradb may use them.

anyway, you can build mariadb with innodb and without xtradb. it's --with-plugin-innodb_plugin --without-plugin-xtradb.

But perhaps you don't need to do even that. Looking at your attached config.log I see that both XtraDB and InnoDB are built as dynamic plugins. That is, all you need to do to make sure that XtraDB is out of the question is "SHOW PLUGINS" to make sure that ha_xtradb.so is not listed and "UNINSTALL PLUGIN innodb" if it is. No need to rebuild anything.