[Bug 1964622] Re: MariaDB limits to 1000 parameters

2022-03-17 Thread wdoekes
https://jira.mariadb.org/browse/MDEV-27937 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964622 Title: MariaDB limits to 1000 parameters To manage notifications about this bug go to: https://bugs.

[Bug 1964622] Re: MariaDB limits to 1000 parameters

2022-03-17 Thread wdoekes
That is a likely culprit, as there are changes there after 10.3.32: $ git tag --contains a65d01a4cf04c744f9355bec186430540ce6ba08 | grep 10.3 -F mariadb-10.3.34 mariadb-10.3.33 commit a65d01a4cf04c744f9355bec186430540ce6ba08 Author: Dmitry Shulga Date: Wed Oct 20 19:24:31 2021 +0700

[Bug 1964622] Re: MariaDB limits to 1000 parameters

2022-03-17 Thread Craig Francis
I suspect this might be related to `in_predicate_conversion_threshold`? While I have fixed this elsewhere by using foreach (array_chunk($ids, 900) as $chunk_ids) { } I've also been able to use the following as a temporary work around: SET in_predicate_conversion_threshold=2000; I assume

[Bug 1964622] Re: MariaDB limits to 1000 parameters

2022-03-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mariadb-10.3 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964622 Title: