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 this config variable is used to protect against something, so
I'm hesitant to apply it globally.

-- 
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.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1964622/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to