All changes
user warning: Got error 134 from storage engine
query: SELECT DISTINCT(node.nid) AS nid,
node.title AS node_title,
node.vid AS node_vid,
node.type AS node_type,
node.created AS node_created,
GREATEST(node.changed, node_comment_statistics.last_comment_timestamp) AS node_comment_statistics_last_updated,
node_counter.totalcount AS node_counter_totalcount,
node.uid AS node_uid,
node_revisions.format AS node_revisions_format
FROM node node
LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid
LEFT JOIN node_counter node_counter ON node.nid = node_counter.nid
LEFT JOIN node_revisions node_revisions ON node.vid = node_revisions.vid
INNER JOIN node_access na ON na.nid = node.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'term_access'))) AND ( node.type in ('page', 'quotation', 'reference')
)ORDER BY node_comment_statistics_last_updated DESC
LIMIT 0, 50 in /var/www/vhosts/vacilando.net/httpdocs/sites/all/modules/views/includes/view.inc on line 723.