/usr/sbin/mysqld(handle_fatal_signal+0x522)[0x7faea45a9da2]
|
/lib64/libpthread.so.0(+0xf7e0)[0x7faea3bb27e0]
|
/usr/sbin/mysqld(_ZN10Field_long5storeExb+0x53)[0x7faea4598eb3]
|
/usr/sbin/mysqld(_ZN15store_key_field10copy_innerEv+0x24)[0x7faea446a9d4]
|
/usr/sbin/mysqld(_Z18cp_buffer_from_refP3THDP5TABLEP12st_table_ref+0x92)[0x7faea4436822]
|
/usr/sbin/mysqld(_Z14join_read_key2P3THDP13st_join_tableP5TABLEP12st_table_ref+0xce)[0x7faea4442c7e]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x158)[0x7faea444a578]
|
/usr/sbin/mysqld(+0x460a2f)[0x7faea4442a2f]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x18a)[0x7faea444a5aa]
|
/usr/sbin/mysqld(+0x460a2f)[0x7faea4442a2f]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x18a)[0x7faea444a5aa]
|
/usr/sbin/mysqld(+0x460a2f)[0x7faea4442a2f]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x18a)[0x7faea444a5aa]
|
/usr/sbin/mysqld(+0x460a2f)[0x7faea4442a2f]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x18a)[0x7faea444a5aa]
|
/usr/sbin/mysqld(+0x460a2f)[0x7faea4442a2f]
|
/usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x18a)[0x7faea444a5aa]
|
/usr/sbin/mysqld(+0x46cee5)[0x7faea444eee5]
|
2017-03-19 16:09:27 140377801071360 [Note] /usr/sbin/mysqld: Normal shutdown
|
|
2017-03-19 16:09:27 140377801071360 [Note] Event Scheduler: Purging the queue. 0 events
|
2017-03-19 16:09:47 140377801071360 [Warning] /usr/sbin/mysqld: Forcing close of thread 140217 user: 'comua120_usr'
|
|
2017-03-19 16:09:47 140377801071360 [ERROR] mysqld: Got an error writing communication packets
|
/usr/sbin/mysqld(_ZN4JOIN10exec_innerEv+0x8e0)[0x7faea4466620]
|
/usr/sbin/mysqld(_ZN4JOIN4execEv+0x5d)[0x7faea446864d]
|
/usr/sbin/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x12a)[0x7faea44687fa]
|
/usr/sbin/mysqld(_Z13handle_selectP3THDP3LEXP13select_resultm+0x266)[0x7faea44695f6]
|
/usr/sbin/mysqld(+0x4263ff)[0x7faea44083ff]
|
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x6077)[0x7faea44128c7]
|
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x3a0)[0x7faea44156c0]
|
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x2413)[0x7faea4418933]
|
/usr/sbin/mysqld(_Z10do_commandP3THD+0x178)[0x7faea4419188]
|
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x19f)[0x7faea44e579f]
|
/usr/sbin/mysqld(handle_one_connection+0x47)[0x7faea44e5947]
|
/lib64/libpthread.so.0(+0x7aa1)[0x7faea3baaaa1]
|
/lib64/libc.so.6(clone+0x6d)[0x7faea22c2aad]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7faa54274f20): SELECT fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value, COUNT(DISTINCT p.id_product) nbr, lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title , psi.price_min, psi.price_max FROM ps_feature_product fp INNER JOIN ps_product p ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1) INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0)) LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1) LEFT JOIN ps_layered_indexable_feature_lang_value lifl ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1) LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1) INNER JOIN ps_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN `ps_layered_price_index` psi ON (psi.id_product = p.id_product AND psi.id_currency = 1) WHERE product_shop.`active` = 1 AND fp.id_feature = 25 AND p.id_product IN ( SELECT id_product FROM ps_category_product cp INNER JOIN ps_category c ON (c.id_category = cp.id_category AND c.nleft >= 25 AND c.nright <= 50 AND c.active = 1)) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 32 OR fp.`id_feature_value` = 34 OR fp.`id_feature_value` = 35 OR fp.`id_feature_value` = 36 OR fp.`id_feature_value` = 38 OR fp.`id_feature_value` = 39 OR fp.`id_feature_value` = 86) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 54 OR fp.`id_feature_value` = 55) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 20 OR fp.`id_feature_value` = 21) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 22 OR fp.`id_feature_value` = 30 OR fp.`id_feature_value` = 61) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 47 OR fp.`id_feature_value` = 52) AND p.id_product IN (SELECT id_product FROM ps_feature_product fp WHERE fp.`id_feature_value` = 63) GROUP BY fv.id_feature_value
|
Connection ID (thread ID): 140217
|
Status: KILL_CONNECTION
|
|
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=off
|