Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
10.2(EOL)
-
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.