After upgrading to 10.5.9-r4 we got a hard db crash with a cron job. Apparently a regression in 10.5.9, see: https://jira.mariadb.org/browse/MDEV-24953?focusedCommentId=180678&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel The mentioned config workaround worked for us, we did not try the patch file: http://lists.askmonty.org/pipermail/commits/2021-February/014481.html Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a5513049e8323a50d1798525e677056832e81b commit d0a5513049e8323a50d1798525e677056832e81b Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-04-14 14:46:49 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-04-14 14:46:58 +0000 dev-db/mariadb: update patch set Bug: https://bugs.gentoo.org/782703 Bug: https://bugs.gentoo.org/782796 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-db/mariadb/Manifest | 1 + dev-db/mariadb/mariadb-10.5.9-r5.ebuild | 1294 +++++++++++++++++++++++++++++++ 2 files changed, 1295 insertions(+)
Could you please confirm if >=dev-db/mariadb-10.5.9-r5 works for you?
Sorry for the delay, just had a chance to test it with mariadb-10.5.9-r5 and the issue seems to be resolved.