keke_exception[ 1030 ]: Got error 28 from storage engine [ select a.*,b.user_type,b.seller_level,b.skill_ids,b.city,b.province,b.indus_id,b.indus_pid,b.seller_total_num,b.seller_good_num,b.seller_level, if(b.seller_total_num>0,b.seller_good_num/b.seller_total_num,0) as good_rate ,sum(if((d.fina_action='task_bid' or d.fina_action='sale_service'),fina_cash,0)) as totalcash from keke_witkey_shop as a left join keke_witkey_space b on a.uid = b.uid left join keke_witkey_auth_record c on a.uid=c.uid left join keke_witkey_finance d on a.uid=d.uid where 1=1 and a.shop_status=1 and b.skill_ids like '%农场规划%' and b.province = 14 group by a.uid order by b.recommend desc,b.seller_credit desc,a.on_sale desc ]

/home/wwwroot/qtnonfu/lib/db/mysql_driver.php[ 187 ]

182 	}
183 	public function getErrno() {
184 		return ($this->_link) ? mysql_errno ( $this->_link ) : mysql_errno ();
185 	}
186 	public function halt($message = '', $sql = '') {
187 		throw new keke_exception ( ':error [ :query ]', array ('msg'=>$message,':error' => mysql_error ( $this->_link ), ':query' => $sql ), mysql_errno ( $this->_link ) );
188 		exit ();
189 	}
190 	public function special_filed(&$value) {
191 		if ('*' == $value || false !== strpos ( $value, '(' ) || false !== strpos ( $value, '.' ) || false !== strpos ( $value, '`' )) {
192 		} else {
  1. /home/wwwroot/qtnonfu/index.php [ 144 ] » require ( arguments )

  2. /home/wwwroot/qtnonfu/control/sellerlist.php [ 106 ] » db_factory::execute ( arguments )

  3. /home/wwwroot/qtnonfu/lib/db/db_factory.php [ 95 ] » keke_db->execute ( arguments )

  4. /home/wwwroot/qtnonfu/lib/db/db_factory.php [ 65 ] » mysql_drver->execute ( arguments )

  5. /home/wwwroot/qtnonfu/lib/db/mysql_driver.php [ 144 ] » mysql_drver->execute_sql ( arguments )

  6. /home/wwwroot/qtnonfu/lib/db/mysql_driver.php [ 153 ] » mysql_drver->halt ( arguments )

Environment