error:Query execution was interrupted
sql:SELECT SQL_CALC_FOUND_ROWS ms.shopnm, swc.shop_code, swc.list_type, swc.list_count, swc.new_days, swc.history_count, swc.related_count, swc.trans_date_period, swc.list_type_flg, swc.list_count_flg, swc.list_soldout_display_flg, swc.new_days_flg, swc.history_count_flg, swc.related_count_flg, swc.trans_date_period_flg, swc.blog_flg, date_format(swc.upd_date, '%Y%m%d%H%m%s') as last_update, sws.order_code, lt.type_name from shop_web_config swc left outer join m_shop ms on swc.shop_code = ms.shopcd left outer join shop_list_type lt on swc.list_type = lt.list_type left outer join shop_web_settings sws on swc.shop_code = sws.shop_code where swc.shop_code = 'H' order by swc.shop_code