Hi,
I've come accross this in my logs, the sql code below seems to have run 8000 times today alone.
select r.revision_id
from cr_revisions r,acs_ojects o
where r.revision_id = o.object_id
It appears in content-revision.sql and seems to be called by a cron job or some other automatic job. Has anyone come accross this before? Is it possibly related to the acs mail module?