DB Error 1030 : Got error 28 from storage engine
Query: (
SELECT
id
, location
, location_index
, name
, summary
, category_list
, fileUrl
, desUrl
, type
, width
, height
, template_page
FROM idv_seller_ad a
WHERE a.template_page=’column_right’ AND a.status=1
AND (a.to_time = 0 OR ( a.from_time < 1678019029 AND a.to_time > 1678019029 ) )

ORDER BY a.ordering DESC
LIMIT 200
) UNION ALL (
SELECT
id
, location
, location_index
, name
, summary
, category_list
, fileUrl
, desUrl
, type
, width
, height
, template_page
FROM idv_seller_ad a
WHERE a.template_page=’column_left’ AND a.status=1
AND (a.to_time = 0 OR ( a.from_time < 1678019029 AND a.to_time > 1678019029 ) )

ORDER BY a.ordering DESC
LIMIT 200
) UNION ALL (
SELECT
id
, location
, location_index
, name
, summary
, category_list
, fileUrl
, desUrl
, type
, width
, height
, template_page
FROM idv_seller_ad a
WHERE a.template_page=’footer’ AND a.status=1
AND (a.to_time = 0 OR ( a.from_time < 1678019029 AND a.to_time > 1678019029 ) )

ORDER BY a.ordering DESC
LIMIT 200
) UNION ALL (
SELECT
id
, location
, location_index
, name
, summary
, category_list
, fileUrl
, desUrl
, type
, width
, height
, template_page
FROM idv_seller_ad a
WHERE a.template_page=’header’ AND a.status=1
AND (a.to_time = 0 OR ( a.from_time < 1678019029 AND a.to_time > 1678019029 ) )

ORDER BY a.ordering DESC
LIMIT 200
)