mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -151,7 +151,7 @@ static inline void remove_from_active_list(safe_mutex_t *mp)
|
||||
/*
|
||||
We initialise the hashes for deadlock detection lazily.
|
||||
This greatly helps with performance when lots of mutexes are initiased but
|
||||
only a few of them are actually used (eg. XtraDB).
|
||||
only a few of them are actually used (eg. InnoDB).
|
||||
*/
|
||||
static int safe_mutex_lazy_init_deadlock_detection(safe_mutex_t *mp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user