summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-08 09:13:48 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-08 09:20:12 +0200
commit136d21c82f835dd85a53057c67d4476f5b971a47 (patch)
tree62f966c6ce639281e36b201f6deb6ee1207f5f03 /include
parent2d0dd62cf7e824f5bbc8d0367730adcdaf0eed68 (diff)
downloadmariadb-git-136d21c82f835dd85a53057c67d4476f5b971a47.tar.gz
MDEV-13818: Revert an incorrect change
In commit d30f17af4969cc1ce34f1925f5ea2bced9c6f7e9 the change of the loop iteration broke another error handling path that did "goto error_handling_drop_uncached". Cover this code path with fault injection, and revert to the correct iteration. There are two fault injection labels innodb_OOM_prepare_inplace_alter. Their order was swapped in MDEV-11369, so that the label that used to be covered in an ADD INDEX code path would become unreachable because the label that is executed for any ALTER TABLE was executed first. Let us introduce the label innodb_OOM_prepare_add_index for the more specific case.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions