Browse Source
MDEV-9129: Server is restarting in the loop after crash
MDEV-9129: Server is restarting in the loop after crash
Analysis: We have reserved ROW_MERGE_RESERVE_SIZE ( = 4) for encryption key_version. When calculating is there more space on sort buffer, this value needs to be substracted from current available space.pull/135/head
6 changed files with 40 additions and 14 deletions
-
3storage/innobase/include/row0merge.h
-
6storage/innobase/row/row0ftsort.cc
-
18storage/innobase/row/row0merge.cc
-
3storage/xtradb/include/row0merge.h
-
6storage/xtradb/row/row0ftsort.cc
-
18storage/xtradb/row/row0merge.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue