Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 10.2
-
Component/s: Encryption
-
Labels:None
Description
InnoDB creates two types of temporary files during online alter operation: merge sort files and online alter logs which contain changes made to the table for the duration of online DDL. I see that merge sort files are encrypted in row0merge.cc, but I see no encryption in row0log.cc for online alter logs.