mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +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:
@ -809,7 +809,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
||||
Here we close and reopen table in read mode because operation of
|
||||
collecting statistics is long and it will be better do not block
|
||||
the table completely.
|
||||
InnoDB/XtraDB will allow read/write and MyISAM read/insert.
|
||||
InnoDB will allow read/write and MyISAM read/insert.
|
||||
*/
|
||||
trans_commit_stmt(thd);
|
||||
trans_commit(thd);
|
||||
|
Reference in New Issue
Block a user