From d375244920c3f2b24bd6d63d230a691914ef5627 Mon Sep 17 00:00:00 2001 From: MrCrayon Date: Thu, 31 Mar 2022 05:34:52 +0200 Subject: [PATCH 1/2] Add note about MDEV-27937 MariaDB bug I prefer to write code than documentation and I am not native speaker so feel free to suggest or make changes. https://jira.mariadb.org/browse/MDEV-27937 Closes #870 --- docs/support/troubleshooting.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/support/troubleshooting.rst b/docs/support/troubleshooting.rst index aecc3218..28b0e04b 100644 --- a/docs/support/troubleshooting.rst +++ b/docs/support/troubleshooting.rst @@ -379,6 +379,13 @@ to read-only by applying the following ``chmod`` command. * :ref:`my_cnf` * https://github.com/cytopia/devilbox/issues/212 +[MariaDB] Assertion failure when executing prepared statement with ? in IN list +------------------------------------- + +Some MariaDB versions are affected by MDEV-27937 bug, use a fixed version or set in_predicate_conversion_threshold variable to a higher value. + +.. seealso:: https://jira.mariadb.org/browse/MDEV-27937 + Docker Toolbox ============== From c3da7facb49f72afbce7aca8a8209a8b02500a17 Mon Sep 17 00:00:00 2001 From: cytopia Date: Thu, 31 Mar 2022 12:39:38 +0200 Subject: [PATCH 2/2] Update docs/support/troubleshooting.rst --- docs/support/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/troubleshooting.rst b/docs/support/troubleshooting.rst index 28b0e04b..8495299a 100644 --- a/docs/support/troubleshooting.rst +++ b/docs/support/troubleshooting.rst @@ -380,7 +380,7 @@ to read-only by applying the following ``chmod`` command. * https://github.com/cytopia/devilbox/issues/212 [MariaDB] Assertion failure when executing prepared statement with ? in IN list -------------------------------------- +------------------------------------------------------------------------------- Some MariaDB versions are affected by MDEV-27937 bug, use a fixed version or set in_predicate_conversion_threshold variable to a higher value.