SELECT mb.post_id,mb.blog_title,mb.post_cat,mb.description,bd.category_id,mb.member_id,date_format(bd.help_date,'%d.%m.%y %H:%i') AS blogDate FROM all_posts_tracker mb,`member_help` bd WHERE ((mb.blog_title LIKE '%ПМС%') OR (mb.description LIKE '%ПМС%')) AND bd.help_id=mb.post_id AND mb.post_cat='help' ORDER BY bd.help_date DESC 1021 Disk full (/tmp/#sql_b292_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")