mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Remove XtraDB
The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
This commit is contained in:
@@ -12,7 +12,7 @@ eval INSTALL PLUGIN blackhole SONAME "$HA_BLACKHOLE_SO";
|
||||
eval INSTALL PLUGIN federated SONAME "$HA_FEDERATEDX_SO";
|
||||
eval INSTALL PLUGIN oqgraph SONAME "$HA_OQGRAPH_SO";
|
||||
eval INSTALL PLUGIN sphinx SONAME "$HA_SPHINX_SO";
|
||||
eval INSTALL PLUGIN innodb SONAME "$HA_XTRADB_SO";
|
||||
eval INSTALL PLUGIN innodb SONAME "$HA_INNODB_SO";
|
||||
eval INSTALL PLUGIN rpl_semi_sync_master SONAME "$SEMISYNC_MASTER_SO";
|
||||
eval INSTALL PLUGIN rpl_semi_sync_slave SONAME "$SEMISYNC_SLAVE_SO";
|
||||
--enable_abort_on_error
|
||||
|
Reference in New Issue
Block a user