Query Error SELECT record_id as id,alias,category_alias,category_id, name, image, price,price_old,discount,types,is_hot,style_types,is_new,type,gift,free_ship,is_promotion,status,tablename2 FROM fs_products_laptop AS a WHERE published = 1 AND is_trash = 0 AND ( ( CONVERT( a.do_phan_giai, DECIMAL(10,2)) >= 13 AND CONVERT( a.do_phan_giai, DECIMAL(10,2)) < 14 ) ) AND ( ( CONVERT( a.price, DECIMAL(10,2)) >= 25000000 AND CONVERT( a.price, DECIMAL(10,2)) <= 30000000 ) ) AND ( ( CONVERT( a.ram, DECIMAL(10,2)) = 8 OR a.ram = '8') OR ( CONVERT( a.ram, DECIMAL(10,2)) = 16 OR a.ram = '16') ) AND category_id_wrapper_extra like "%,4,%" AND manufactory = 1 ORDER BY ordering ASC, id DESC LIMIT 12
Array ( [0] => HY000 [1] => 1028 [2] => Sort aborted: Server shutdown in progress )