On testwiki_p, the query:
SELECT user_id, actor_id FROM user JOIN actor ON actor_user = user_id WHERE user_editcount > 0;
errors out with ERROR 1242 (21000): Subquery returns more than 1 row.
Variation using actor_user instead of actor similarly fails.
Appears to be caused by sanitization subquery AND ( select 1 from block join block_target on bt_id=bl_target where bl_deleted=1 AND bt_user=actor_user ) IS NULL.