SELECT cache_value FROM xf_permission_combination WHERE permission_combination_id = ?
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 |
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_snog_tgdb_forum_Gameforum_2`.*, `xf_snog_movies_forum_Movieforum_3`.*, `xf_snog_music_forum_Music_4`.*, `xf_snog_tv_forum_TVForum_5`.*, `xf_snog_tv_node_TVnode_6`.*, `xf_permission_cache_content_Permissions_7`.* FROM `xf_forum` INNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tgdb_forum` AS `xf_snog_tgdb_forum_Gameforum_2` ON (`xf_snog_tgdb_forum_Gameforum_2`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_movies_forum` AS `xf_snog_movies_forum_Movieforum_3` ON (`xf_snog_movies_forum_Movieforum_3`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_music_forum` AS `xf_snog_music_forum_Music_4` ON (`xf_snog_music_forum_Music_4`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tv_forum` AS `xf_snog_tv_forum_TVForum_5` ON (`xf_snog_tv_forum_TVForum_5`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tv_node` AS `xf_snog_tv_node_TVnode_6` ON (`xf_snog_tv_node_TVnode_6`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_7` ON (`xf_permission_cache_content_Permissions_7`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_7`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_7`.`permission_combination_id` = '1') WHERE (`xf_forum`.`node_id` = '569') LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_node_Node_1 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_snog_tgdb_forum_Gameforum_2 | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SIMPLE | xf_snog_movies_forum_Movieforum_3 | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SIMPLE | xf_snog_music_forum_Music_4 | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SIMPLE | xf_snog_tv_forum_TVForum_5 | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SIMPLE | xf_snog_tv_node_TVnode_6 | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SIMPLE | xf_permission_cache_content_Permissions_7 | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 |
SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*, `xf_snog_music_thread_Music_3`.* FROM `xf_thread` LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`) LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`) LEFT JOIN `xf_snog_music_thread` AS `xf_snog_music_thread_Music_3` ON (`xf_snog_music_thread_Music_3`.`thread_id` = `xf_thread`.`thread_id`) WHERE (`xf_thread`.`node_id` = 569) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 1) ORDER BY `xf_thread`.`last_post_date` DESC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_score | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using where |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.user_id | 1 | |
SIMPLE | xf_user_LastPoster_2 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.last_post_user_id | 1 | |
SIMPLE | xf_snog_music_thread_Music_3 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.thread_id | 1 |
SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*, `xf_snog_music_thread_Music_3`.* FROM `xf_thread` LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`) LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`) LEFT JOIN `xf_snog_music_thread` AS `xf_snog_music_thread_Music_3` ON (`xf_snog_music_thread_Music_3`.`thread_id` = `xf_thread`.`thread_id`) WHERE (`xf_thread`.`node_id` = 569) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0) ORDER BY `xf_thread`.`last_post_date` DESC LIMIT 20
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_score | node_id_last_post_date | 4 | const | 2 | Using where |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.user_id | 1 | |
SIMPLE | xf_user_LastPoster_2 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.last_post_user_id | 1 | |
SIMPLE | xf_snog_music_thread_Music_3 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_thread.thread_id | 1 |
SELECT COUNT(*) FROM `xf_thread` WHERE (`xf_thread`.`node_id` = 569) AND ((`xf_thread`.`discussion_state` IN ('visible')))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_score | node_id_sticky_state_last_post | 4 | const | 2 | Using where; Using index |
-- XFDB=noForceAllWrite INSERT INTO xf_session_activity (`user_id`, `unique_key`, `ip`, `controller_name`, `controller_action`, `view_state`, `params`, `view_date`, `robot_key`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE ip = VALUES(ip), controller_name = VALUES(controller_name), controller_action = VALUES(controller_action), view_state = VALUES(view_state), params = VALUES(params), view_date = VALUES(view_date), robot_key = VALUES(robot_key)
SELECT reaction_id, COUNT(*) AS count FROM xf_th_reacted_content WHERE react_user_id = ? AND react_date >= ? GROUP BY reaction_id
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_th_reacted_content | ref | react_user_content_type_id,react_date | react_user_content_type_id | 4 | const | 1 | Using where; Using temporary; Using filesort |
SELECT `xf_post`.* FROM `xf_post` WHERE (`xf_post`.`post_id` = 36210) LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_post | const | PRIMARY | PRIMARY | 4 | const | 1 |
SELECT `xf_post`.* FROM `xf_post` WHERE (`xf_post`.`post_id` = 17896) LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_post | const | PRIMARY | PRIMARY | 4 | const | 1 |
SELECT title, phrase_text FROM xf_phrase_compiled WHERE language_id = ? AND title IN ('th_reactplus_show_hidden_low_quality_content')
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 |
SELECT SUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total, SUM(IF(user_id > 0, 1, 0)) AS members, SUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests FROM xf_session_activity WHERE view_date >= ?
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_session_activity | range | view_date | view_date | 4 | 41 | Using where |
SELECT `xf_session_activity`.*, `xf_user_User_1`.* FROM `xf_session_activity` INNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`) WHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1611098525) ORDER BY `xf_session_activity`.`view_date` DESC LIMIT 50
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_session_activity | range | PRIMARY,view_date | PRIMARY | 4 | 5 | Using where; Using filesort | |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY,user_state | PRIMARY | 4 | ftapchiict.xf_session_activity.user_id | 1 | Using where |
SELECT `xf_rm_resource`.*, `xf_user_User_1`.*, `xf_rm_category_Category_2`.*, `xf_permission_cache_content_Permissions_3`.* FROM `xf_rm_resource` LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_rm_resource`.`user_id`) LEFT JOIN `xf_rm_category` AS `xf_rm_category_Category_2` ON (`xf_rm_category_Category_2`.`resource_category_id` = `xf_rm_resource`.`resource_category_id`) LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_3` ON (`xf_permission_cache_content_Permissions_3`.`content_type` = 'resource_category' AND `xf_permission_cache_content_Permissions_3`.`content_id` = `xf_rm_category_Category_2`.`resource_category_id` AND `xf_permission_cache_content_Permissions_3`.`permission_combination_id` = '1') WHERE (`xf_rm_resource`.`resource_state` = 'visible') ORDER BY `xf_rm_resource`.`last_update` DESC LIMIT 10
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_rm_resource | index | last_update | 4 | 10 | Using where | ||
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_rm_resource.user_id | 1 | |
SIMPLE | xf_rm_category_Category_2 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_rm_resource.resource_category_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_3 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,ftapchiict.xf_rm_category_Category_2.resource_category_id | 1 | Using where |
SELECT `xf_node`.*, `xf_snog_tv_forum_TVForum_1`.*, `xf_permission_cache_content_Permissions_2`.* FROM `xf_node` LEFT JOIN `xf_snog_tv_forum` AS `xf_snog_tv_forum_TVForum_1` ON (`xf_snog_tv_forum_TVForum_1`.`node_id` = `xf_node`.`node_id`) LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1') WHERE (`xf_node`.`node_id` IN (467, 338, 486, 231, 108, 565))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_node | range | PRIMARY | PRIMARY | 4 | 6 | Using where | |
SIMPLE | xf_snog_tv_forum_TVForum_1 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_node.node_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_2 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,ftapchiict.xf_node.node_id | 1 | Using where |
SELECT `xf_node`.*, `xf_permission_cache_content_Permissions_1`.* FROM `xf_node` LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1') WHERE ((`xf_node`.`lft` > 917 AND `xf_node`.`rgt` < 970) OR (`xf_node`.`lft` > 579 AND `xf_node`.`rgt` < 632) OR (`xf_node`.`lft` > 971 AND `xf_node`.`rgt` < 1158) OR (`xf_node`.`lft` > 633 AND `xf_node`.`rgt` < 670) OR (`xf_node`.`lft` > 671 AND `xf_node`.`rgt` < 746) OR (`xf_node`.`lft` > 869 AND `xf_node`.`rgt` < 910)) AND (`xf_node`.`display_in_list` = 1) ORDER BY `xf_node`.`lft` ASC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_node | ref | display_in_list,lft | display_in_list | 1 | const | 288 | Using index condition; Using where |
SIMPLE | xf_permission_cache_content_Permissions_1 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,ftapchiict.xf_node.node_id | 1 | Using where |
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_snog_tgdb_forum_Gameforum_2`.*, `xf_snog_movies_forum_Movieforum_3`.*, `xf_snog_music_forum_Music_4`.*, `xf_snog_tv_forum_TVForum_5`.*, `xf_snog_tv_node_TVnode_6`.*, `xf_user_LastPostUser_7`.*, `xf_thread_LastThread_8`.* FROM `xf_forum` LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tgdb_forum` AS `xf_snog_tgdb_forum_Gameforum_2` ON (`xf_snog_tgdb_forum_Gameforum_2`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_movies_forum` AS `xf_snog_movies_forum_Movieforum_3` ON (`xf_snog_movies_forum_Movieforum_3`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_music_forum` AS `xf_snog_music_forum_Music_4` ON (`xf_snog_music_forum_Music_4`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tv_forum` AS `xf_snog_tv_forum_TVForum_5` ON (`xf_snog_tv_forum_TVForum_5`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_snog_tv_node` AS `xf_snog_tv_node_TVnode_6` ON (`xf_snog_tv_node_TVnode_6`.`node_id` = `xf_forum`.`node_id`) LEFT JOIN `xf_user` AS `xf_user_LastPostUser_7` ON (`xf_user_LastPostUser_7`.`user_id` = `xf_forum`.`last_post_user_id`) LEFT JOIN `xf_thread` AS `xf_thread_LastThread_8` ON (`xf_thread_LastThread_8`.`thread_id` = `xf_forum`.`last_thread_id`) WHERE (`xf_forum`.`node_id` IN (108, 231, 338, 467, 486, 257, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 517, 518, 519, 520, 521, 522, 523, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 511, 505, 506, 507, 508, 509, 510, 512, 513, 514, 515, 516, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 566, 567, 568, 569, 132, 133, 134, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 128, 129, 130, 123, 124, 125, 126, 127, 131, 417, 409, 410, 411, 412, 413, 414, 415, 416, 344, 345, 346, 347, 348, 349, 350, 351, 352, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 426, 427, 428, 429, 430, 431, 432, 386, 387, 388, 404, 405, 406, 407, 408, 389, 390, 391, 392, 393, 394, 395, 437, 438, 439, 440, 441, 396, 402, 418, 419, 420, 421, 422, 423, 424, 425, 397, 398, 399, 400, 401, 442, 443, 444, 433, 434, 435, 436, 403))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_forum | ALL | PRIMARY | 575 | Using where | |||
SIMPLE | xf_node_Node_1 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_snog_tgdb_forum_Gameforum_2 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_snog_movies_forum_Movieforum_3 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_snog_music_forum_Music_4 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_snog_tv_forum_TVForum_5 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_snog_tv_node_TVnode_6 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.node_id | 1 | |
SIMPLE | xf_user_LastPostUser_7 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.last_post_user_id | 1 | |
SIMPLE | xf_thread_LastThread_8 | eq_ref | PRIMARY | PRIMARY | 4 | ftapchiict.xf_forum.last_thread_id | 1 |
SELECT `xf_category`.*, `xf_node_Node_1`.* FROM `xf_category` LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_category`.`node_id`) WHERE (`xf_category`.`node_id` IN (565))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_node_Node_1 | const | PRIMARY | PRIMARY | 4 | const | 1 |
bytes_sent | 21767 |
bytes_received | 916500 |
packets_sent | 202 |
packets_received | 3172 |
protocol_overhead_in | 12688 |
protocol_overhead_out | 808 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 657 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 193 |
bytes_received_prepare_response_packet | 204567 |
bytes_received_change_user_packet | 710291 |
packets_sent_command | 100 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 73 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 35 |
packets_received_prepare_response | 2481 |
packets_received_change_user | 548 |
result_set_queries | 32 |
non_result_set_queries | 3 |
no_index_used | 2 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 0 |
unbuffered_sets | 0 |
ps_buffered_sets | 32 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 32 |
rows_fetched_from_server_normal | 0 |
rows_fetched_from_server_ps | 516 |
rows_buffered_from_client_normal | 0 |
rows_buffered_from_client_ps | 516 |
rows_fetched_from_client_normal_buffered | 0 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 0 |
rows_skipped_ps | 516 |
copy_on_write_saved | 0 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 1 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 1 |
active_connections | 1 |
active_persistent_connections | 1 |
explicit_close | 0 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 0 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estrdup_count | 0 |
mem_strdup_count | 0 |
mem_edupl_count | 0 |
mem_dupl_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 0 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 0 |
proto_text_fetched_bigint | 0 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 0 |
proto_text_fetched_blob | 0 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 16621 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 4714 |
proto_binary_fetched_int24 | 1316 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 16521 |
proto_binary_fetched_decimal | 91 |
proto_binary_fetched_float | 179 |
proto_binary_fetched_double | 20 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_json | 6870 |
proto_binary_fetched_blob | 4021 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 0 |
com_init_db | 0 |
com_query | 2 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 33 |
com_stmt_execute | 33 |
com_stmt_send_long_data | 0 |
com_stmt_close | 32 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 0 |
bytes_received_real_data_ps | 689078 |