Details
-
Type:
Task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Fix Version/s: 10.1.7
-
Component/s: Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB
-
Labels:None
Description
- row0merge.cc (row_merge_write(), row_merge_read()): used on online alter table for index creation
- Check export/import tablespace
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
commit 509b836623852f461febea737dc7e32603d50344
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Fri Sep 4 15:54:20 2015 +0300
MDEV-8708: InnoDB temp file encryptionAdded encryption support for online alter table where InnoDB temporary
files are used. Added similar support also for tables containing
full text-indexes.
Made sure that table remains encrypted during discard and import
tablespace.