push
github
box: fix yielding DDL ordering on WAL failure Serialize yielding DDL operations on the same space to avoid reordering of data dictionary updates when the first DDL updated _space/_index in-memory and then failed to write to WAL. To do so, add internal before_replace triggers for _space and _index that wait for completion of previous yielding alters on the same space before applying the next change. Closes #11833 NO_DOC=bugfix (cherry picked from commit 6e5a97c04)
67686 of 114758 branches covered (58.98%)
54 of 56 new or added lines in 2 files covered. (96.43%)
50 existing lines in 21 files now uncovered.102000 of 116672 relevant lines covered (87.42%)
1824126.33 hits per line