Comments - MariaDB 10.0.7 Release Notes

10 years, 2 months ago George L

Thanks.. so is the mysql.plugin the only way to verify that XtraDB engine was enabled ? As i took variable dump of before and after INSTALL SONAME method of installing XtraDB + mysql restart and the variables specific to innodb_ are all the same ? no indication of additional XtraDB specific innodb variables diiferentiate it from the default InnoDB on initial MariaDB 10.0.7 install ?

    mysql -e "SELECT * FROM mysql.plugin;"
    +-----------------------------+--------------+
    | name                        | dl           |
    +-----------------------------+--------------+
    | XTRADB_READ_VIEW            | ha_xtradb.so |
    | XTRADB_INTERNAL_HASH_TABLES | ha_xtradb.so |
    | XTRADB_RSEG                 | ha_xtradb.so |
    | INNODB_CHANGED_PAGES        | ha_xtradb.so |
    +-----------------------------+--------------+
 
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.