Failed to execute prepared query!
Error: MySQL server has gone away
Query:
SELECT v.video_id, v.server_id, v.user_id, v.channel_id, v.dvd_id, v.orientation, v.title, v.slug, v.rating, v.rated_by, v.likes, v.percent, v.total_views, v.total_comments, v.total_downloads, v.total_favorites, v.duration, v.thumb, v.thumbs, v.thumb_time, v.thumb_url, v.hd, v.type, v.mobile, v.premium, v.add_time, v.view_time, v.premium, u.username
FROM video_history AS vh
INNER JOIN video AS v ON (v.video_id = vh.video_id AND v.status = 1)
LEFT JOIN user AS u ON (u.user_id = v.user_id AND u.status = 1)
WHERE vh.user_id = 18824
ORDER BY vh.view_time DESC LIMIT 6