Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
InnoDB has a feature called transportable tablespaces:
https://dev.mysql.com/doc/refman/5.7/en/tablespace-copying.html
https://dev.mysql.com/doc/refman/5.7/en/glossary.html#glos_transportable_tablespace
https://dev.mysql.com/doc/refman/5.7/en/alter-table.html#alter-table-discard-import
This doesn't seem to be documented in our documentation:
https://mariadb.com/kb/en/library/xtradb-and-innodb/
The only bit of information on it I could find was:
https://mariadb.com/kb/en/library/alter-table/#import-tablespace
Note that MariaDB doesn't support MySQL's partitioning-related transportable tablespace commands. See MDEV-10568 and the following blog post:
http://www.geoffmontee.com/importing-innodb-partitions-in-mysql-5-6-and-mariadb-10-010-1/
Attachments
Issue Links
- relates to
-
MDEV-16394 Better document InnoDB tablespaces
- Closed
-
MDEV-10568 Implement support for ALTER TABLE ... {DISCARD|IMPORT} PARTITION
- Open
-
MDEV-17689 Document how to do partial backups and restores with Mariabackup
- Closed