diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2021-03-10 19:27:03 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2021-03-17 17:50:55 +0530 |
commit | 68b01eacce5244f1ac815ef42b070576eb0f54a8 (patch) | |
tree | a30508fb18ee1a4a965f0d29a46865c19a3f1578 /mysys_ssl/my_md5.cc | |
parent | c236f69d95321663c597a06f6e4e7ec440443ea5 (diff) | |
download | mariadb-git-10.6-MDEV-24626.tar.gz |
MDEV-24626 Remove synchronous write of page0 and flushing file during file creation10.6-MDEV-24626
InnoDB holds dict_sys mutex while doing file i/o operation
during creation of table. InnoDB remove the page0 write and
flushing the file then InnoDB should handle this scenario
during recovery. InnoDB may encounter zero filled page0 while
processing FILE redo log records. In that case, InnoDB should
defer the tablespace initialization. After parsing all redo log
records, InnoDB should initialize the tablespace based on
redo log of page0.
Diffstat (limited to 'mysys_ssl/my_md5.cc')
0 files changed, 0 insertions, 0 deletions