From 2a3fe45dd2df047cc0d66e2bcdbadd5005c85a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 21 Jun 2017 13:44:16 +0300 Subject: 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. --- sql/multi_range_read.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/multi_range_read.h') diff --git a/sql/multi_range_read.h b/sql/multi_range_read.h index b8234998f74..56761e3623f 100644 --- a/sql/multi_range_read.h +++ b/sql/multi_range_read.h @@ -57,7 +57,7 @@ Storage engine internals - Currently DS-MRR is used by MyISAM, InnoDB/XtraDB and Maria storage engines. + Currently DS-MRR is used by MyISAM, InnoDB and Maria storage engines. Potentially it can be used with any table handler that has disk-based data storage and has better performance when reading data in rowid order. */ -- cgit v1.2.1