Comment 3 for bug 1308792

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3269
Committed: http://gitorious.org/mahara/mahara/commit/02a60fb4cbb01c9c8dc6670bb54780226726e768
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 02a60fb4cbb01c9c8dc6670bb54780226726e768
Author: Robert Lyon <email address hidden>
Date: Tue Apr 22 12:07:36 2014 +1200

Problem with oversized sql IN() clause (Bug #1308792)

Currently institution data daily cronjob fails if the number of items
wanted to be prepared for the IN() clause exceeds 46,000. This causes
adodb to hit memory limit and fail out.

Have taken the three sql commands from various places that make up the
call and made them nested to avoid overly long prepared statement.

Change-Id: I5e38c01194f7b2c3f3899c1573a69411ac273c18
Signed-off-by: Robert Lyon <email address hidden>