Details
-
Task
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
Description
- row0merge.cc (row_merge_write(), row_merge_read()): used on online alter table for index creation
- Check export/import tablespace
Attachments
Issue Links
- causes
-
MDEV-12634 Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to temporary file
-
- Closed
-
-
MDEV-16416 Crash on IMPORT TABLESPACE of a ROW_FORMAT=COMPRESSED table
-
- Closed
-
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.