( ! ) Warning: mysql_query(): Unable to save result set in D:\DUCTHIET\www\CARS\includes\cls_mysql.php on line 267 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0000 | 241656 | {main}( ) | ...\category.php:0 |
2 | 0.1406 | 2311288 | get_brands( ) | ...\category.php:360 |
3 | 0.1406 | 2375304 | cls_mysql->getAll( ) | ...\lib_common.php:661 |
4 | 0.1406 | 2375304 | cls_mysql->query( ) | ...\cls_mysql.php:475 |
5 | 0.1406 | 2375432 | mysql_query
( ) | ...\cls_mysql.php:267 |
MySQL server error report:Array
(
[0] => Array
(
[message] => MySQL Query Error
)
[1] => Array
(
[sql] => SELECT b.brand_id, b.brand_name, b.brand_logo, b.brand_desc, COUNT(*) AS goods_num, IF(b.brand_logo > '', '1', '0') AS tag FROM `kylin_otothegioi`.`ducthiet_brand`AS b, `kylin_otothegioi`.`ducthiet_goods` AS g WHERE g.brand_id = b.brand_id AND g.cat_id IN ('44') AND is_show = 1 AND g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 GROUP BY b.brand_id HAVING goods_num > 0 ORDER BY tag DESC, b.sort_order ASC LIMIT 3
)
[2] => Array
(
[error] => Got error 28 from storage engine
)
[3] => Array
(
[errno] => 1030
)
)