Trigger-based logging crashes on updates to tables with fields of type blob
In https://github.com/civicrm/civicrm-core/pull/18782 binary comparison was added to triggers to allow it to capture changes in upper/lower/accents. For reasons I don't understand at the moment if you apply binary collation to a binary field (like blob) it says binary doesn't match binary.
COLLATION 'utf8mb4_bin' is not valid for CHARACTER SET 'binary'
Description may change as I look closer. Marking regression since it was added in 5.35. Comes up when doing e.g. UPDATE civicrm_file SET ..something..
which has document
as a blob field.