mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +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:
@@ -242,7 +242,6 @@ innodb.innodb_stats_del_mark : Added in 10.2.6
|
||||
innodb.innodb_sys_semaphore_waits : MDEV-10331 - Semaphore wait
|
||||
innodb.innodb-virtual-columns2 : Added in 10.2.6
|
||||
innodb.innodb-wl5522-debug : Modified in 10.2.6
|
||||
innodb.innodb_xtradb_compat : Added in 10.2.6
|
||||
innodb.insert_debug : Modified in 10.2.6
|
||||
innodb.log_file_name : Modified in 10.2.6
|
||||
innodb.readahead : Added in 10.2.6
|
||||
@@ -293,10 +292,6 @@ parts.partition_debug_innodb : MDEV-10891 - Can't create UNIX socket
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
percona.* : MDEV-10997 - Not maintained
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
perfschema.bad_option_3 : MDEV-12728 - Timeout on Power
|
||||
perfschema.hostcache_ipv4_addrinfo_again_allow : MDEV-12759 - Crash
|
||||
perfschema.hostcache_ipv6_addrinfo_again_allow : MDEV-12752 - Crash
|
||||
|
Reference in New Issue
Block a user