PDOException:SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-2a6-8365f71-46aff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT `b`.`blogID`, `b`.`title`, `b`.`description`, `b`.`hurl`, `b`.`information`, `b`.`rules`, `bd`.`categoryID`, `bd`.`count_post`, `bd`.`stat_score`, `bd`.`list_tags`, `bd`.`list_authors`, JSON_EXTRACT(bd.stat_score, "$.ru") AS `stat_score_locale_tmp` FROM `mh_blog`.`blog` AS `b` LEFT JOIN `mh_blog`.`blog_data` AS `bd` ON (`b`.`blogID` = `bd`.`blogID`) ORDER BY CAST(stat_score_locale_tmp as FLOAT) DESC LIMIT 10 OFFSET 0