Sententiae: a free database of quotations
user warning: Got error 134 from storage engine
query: SELECT DISTINCT(node.nid) AS nid,
node_data_field_surname_names_quotations.field_surname_names_quotations_value AS node_data_field_surname_names_quotations_field_surname_names_quotations_value,
node_data_field_surname_names_quotations.nid AS node_data_field_surname_names_quotations_nid,
node.type AS node_type,
node_data_field_surname_names_quotations.field_quotation_value AS node_data_field_surname_names_quotations_field_quotation_value,
node.vid AS node_vid,
node.changed AS node_changed,
node_counter.totalcount AS node_counter_totalcount,
node_data_field_surname_names_quotations.field_favorite_quote_value AS node_data_field_surname_names_quotations_field_favorite_quote_value,
node.uid AS node_uid,
node_revisions.format AS node_revisions_format
FROM node node
LEFT JOIN content_type_quotation node_data_field_surname_names_quotations ON node.vid = node_data_field_surname_names_quotations.vid
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 ('quotation')
)ORDER BY node_changed DESC
LIMIT 0, 50 in /var/www/vhosts/vacilando.net/httpdocs/sites/all/modules/views/includes/view.inc on line 725.