Comment 2 for bug 1513851

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

Reviewed: https://reviews.mahara.org/5667
Committed: https://git.mahara.org/mahara/mahara/commit/fcbb3ad103a7b5268bfcd04b34ae3df7f93e4b75
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit fcbb3ad103a7b5268bfcd04b34ae3df7f93e4b75
Author: Jean-Philippe Gaudreau <email address hidden>
Date: Fri Nov 6 10:32:28 2015 -0500

Increase the size of the activity queue data column (Bug 1513851)

In MySQL, the default "text" column size is 65kB. Because this column
can hold the serialized text from several other columns, it needs to
be larger than that. Setting it to "big" generates a "longtext", which
is 4GB.

This change has no effect in Postgres. Postgres has only one text
size (unlimited). The XMLDB generator is smart enough that it
recognizes this and doesn't run any SQL in this case.

behatnotneeded

Change-Id: I0311bf9d25dba531ced72e6f74b8d5b2d317e745