Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PXB-3390: Table Flags Mismatch Causing Assertion Failure in InnoDB Ta…
…blespace Problem: ======== For every IBD file, we open the file twice. Datafile::open Fil_shard::get_file_size Between these two operations, a general tablespace may become ENCRYPTION Y->N or N->Y So the tablespace flags can mismatch. This should be tolerated because Fix: ---- we track this encryption change and recopy them under lock anyway
- Loading branch information