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_thread`.*, `xf_user_User_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_permission_cache_content_Permissions_4`.* 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_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`) LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`) LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_3`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1') WHERE (`xf_thread`.`thread_id` = '105064') LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_user_User_1 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_forum_Forum_2 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_node_Node_3 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 |
SELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.* FROM `xf_post` LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`) LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`) LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`) LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`) LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`) LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, '')) WHERE (`xf_post`.`thread_id` = 105064) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20) ORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_post | ref | thread_id_post_date,thread_id_position,thread_id_score_date | thread_id_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_post.user_id | 1 | |
SIMPLE | xf_user_option_Option_2 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_user_profile_Profile_3 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_user_privacy_Privacy_4 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_permission_combination_PermissionCombination_5 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_user_User_1.permission_combination_id | 1 | Using where |
SIMPLE | xf_session_activity_Activity_6 | eq_ref | PRIMARY | PRIMARY | 22 | forum.xf_user_User_1.user_id,func | 1 | Using where |
INSERT INTO xf_thread_view (thread_id, total) VALUES (? , 1) ON DUPLICATE KEY UPDATE total = total + 1
SELECT `xf_node`.* FROM `xf_node` WHERE (`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 | ALL | display_in_list | 227 | Using where; Using filesort |
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 (8, 277, 193, 314, 222, 250, 6, 147, 348, 333, 388, 431, 9, 5))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_category | index | PRIMARY | PRIMARY | 4 | 17 | Using where; Using index | |
SIMPLE | xf_node_Node_1 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_category.node_id | 1 |
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_user_LastPostUser_2`.*, `xf_thread_LastThread_3`.*, `xf_user_LastPoster_4`.* 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_user` AS `xf_user_LastPostUser_2` ON (`xf_user_LastPostUser_2`.`user_id` = `xf_forum`.`last_post_user_id`) LEFT JOIN `xf_thread` AS `xf_thread_LastThread_3` ON (`xf_thread_LastThread_3`.`thread_id` = `xf_forum`.`last_thread_id`) LEFT JOIN `xf_user` AS `xf_user_LastPoster_4` ON (`xf_user_LastPoster_4`.`user_id` = `xf_forum`.`last_post_user_id`) WHERE (`xf_forum`.`node_id` IN (421, 36, 42, 312, 315, 309, 313, 430, 280, 278, 279, 439, 436, 412, 397, 424, 343, 270, 271, 194, 195, 196, 197, 202, 203, 204, 205, 206, 207, 208, 209, 198, 200, 400, 287, 345, 214, 216, 218, 332, 219, 23, 75, 24, 76, 13, 77, 25, 61, 79, 58, 59, 70, 80, 26, 81, 15, 102, 14, 78, 32, 139, 140, 212, 213, 210, 211, 324, 325, 326, 327, 379, 223, 224, 225, 226, 227, 228, 229, 230, 231, 233, 234, 235, 237, 238, 239, 240, 370, 409, 145, 127, 27, 82, 28, 83, 21, 84, 22, 85, 29, 100, 30, 86, 33, 87, 376, 365, 368, 267, 268, 251, 259, 252, 260, 258, 253, 262, 254, 255, 264, 256, 257, 266, 316, 317, 129, 137, 106, 107, 117, 108, 118, 110, 120, 111, 121, 112, 116, 122, 113, 123, 114, 124, 44, 88, 45, 89, 46, 90, 47, 91, 48, 92, 49, 93, 50, 101, 51, 94, 318, 319, 180, 186, 182, 184, 243, 244, 183, 187, 188, 189, 274, 275, 283, 320, 321, 17, 38, 98, 18, 95, 19, 96, 20, 97, 272, 273, 149, 153, 150, 151, 152, 418, 351, 354, 357, 360, 334, 335, 336, 339, 342, 432, 433, 434, 435, 269, 52, 128, 31, 39, 16, 74, 73, 323))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_forum | ALL | PRIMARY | 229 | Using where | |||
SIMPLE | xf_node_Node_1 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_forum.node_id | 1 | |
SIMPLE | xf_user_LastPostUser_2 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_forum.last_post_user_id | 1 | |
SIMPLE | xf_thread_LastThread_3 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_forum.last_thread_id | 1 | |
SIMPLE | xf_user_LastPoster_4 | eq_ref | PRIMARY | PRIMARY | 4 | forum.xf_forum.last_post_user_id | 1 |
SELECT content_id, cache_value FROM xf_permission_cache_content WHERE permission_combination_id = ? AND content_type = ?
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 492 | Using where |
SELECT `xf_thread`.`thread_id` FROM `xf_thread` WHERE (title RLIKE '[[:<:]]idealo[[:>:]]') AND (title RLIKE '[[:<:]]gutscheincode[[:>:]]') AND (title RLIKE '[[:<:]]generieren[[:>:]]') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 1722626681) AND (`xf_thread`.`thread_id` <> 105064) AND ((`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 421) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 42) OR (`xf_thread`.`node_id` = 312) OR (`xf_thread`.`node_id` = 315) OR (`xf_thread`.`node_id` = 309) OR (`xf_thread`.`node_id` = 313) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 439) OR (`xf_thread`.`node_id` = 436) OR (`xf_thread`.`node_id` = 412) OR (`xf_thread`.`node_id` = 397) OR (`xf_thread`.`node_id` = 424) OR (`xf_thread`.`node_id` = 343) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 194) OR (`xf_thread`.`node_id` = 195) OR (`xf_thread`.`node_id` = 196) OR (`xf_thread`.`node_id` = 197) OR (`xf_thread`.`node_id` = 202) OR (`xf_thread`.`node_id` = 203) OR (`xf_thread`.`node_id` = 204) OR (`xf_thread`.`node_id` = 205) OR (`xf_thread`.`node_id` = 206) OR (`xf_thread`.`node_id` = 207) OR (`xf_thread`.`node_id` = 208) OR (`xf_thread`.`node_id` = 209) OR (`xf_thread`.`node_id` = 198) OR (`xf_thread`.`node_id` = 200) OR (`xf_thread`.`node_id` = 400) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 345) OR (`xf_thread`.`node_id` = 214) OR (`xf_thread`.`node_id` = 216) OR (`xf_thread`.`node_id` = 218) OR (`xf_thread`.`node_id` = 332) OR (`xf_thread`.`node_id` = 219) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 75) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 76) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 77) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 80) OR (`xf_thread`.`node_id` = 26) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 15) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 314) OR (`xf_thread`.`node_id` = 212) OR (`xf_thread`.`node_id` = 213) OR (`xf_thread`.`node_id` = 210) OR (`xf_thread`.`node_id` = 211) OR (`xf_thread`.`node_id` = 324) OR (`xf_thread`.`node_id` = 325) OR (`xf_thread`.`node_id` = 326) OR (`xf_thread`.`node_id` = 327) OR (`xf_thread`.`node_id` = 222) OR (`xf_thread`.`node_id` = 223) OR (`xf_thread`.`node_id` = 224) OR (`xf_thread`.`node_id` = 225) OR (`xf_thread`.`node_id` = 226) OR (`xf_thread`.`node_id` = 227) OR (`xf_thread`.`node_id` = 228) OR (`xf_thread`.`node_id` = 229) OR (`xf_thread`.`node_id` = 230) OR (`xf_thread`.`node_id` = 231) OR (`xf_thread`.`node_id` = 233) OR (`xf_thread`.`node_id` = 234) OR (`xf_thread`.`node_id` = 235) OR (`xf_thread`.`node_id` = 237) OR (`xf_thread`.`node_id` = 238) OR (`xf_thread`.`node_id` = 239) OR (`xf_thread`.`node_id` = 240) OR (`xf_thread`.`node_id` = 370) OR (`xf_thread`.`node_id` = 409) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 29) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 86) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 365) OR (`xf_thread`.`node_id` = 368) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 259) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 260) OR (`xf_thread`.`node_id` = 258) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 262) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 257) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 316) OR (`xf_thread`.`node_id` = 317) OR (`xf_thread`.`node_id` = 129) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 107) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 108) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 110) OR (`xf_thread`.`node_id` = 120) OR (`xf_thread`.`node_id` = 111) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 88) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 89) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 90) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 91) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 92) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 318) OR (`xf_thread`.`node_id` = 319) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 243) OR (`xf_thread`.`node_id` = 244) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 274) OR (`xf_thread`.`node_id` = 275) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 320) OR (`xf_thread`.`node_id` = 321) OR (`xf_thread`.`node_id` = 17) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 19) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 272) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 149) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 150) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 348) OR (`xf_thread`.`node_id` = 418) OR (`xf_thread`.`node_id` = 351) OR (`xf_thread`.`node_id` = 354) OR (`xf_thread`.`node_id` = 357) OR (`xf_thread`.`node_id` = 360) OR (`xf_thread`.`node_id` = 333) OR (`xf_thread`.`node_id` = 334) OR (`xf_thread`.`node_id` = 335) OR (`xf_thread`.`node_id` = 336) OR (`xf_thread`.`node_id` = 339) OR (`xf_thread`.`node_id` = 342) OR (`xf_thread`.`node_id` = 431) OR (`xf_thread`.`node_id` = 432) OR (`xf_thread`.`node_id` = 433) OR (`xf_thread`.`node_id` = 434) OR (`xf_thread`.`node_id` = 435) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 323)) ORDER BY `xf_thread`.`post_date` DESC LIMIT 50
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_score | post_date | 4 | 1282 | Using where |
SELECT `xf_thread`.`thread_id` FROM `xf_thread` WHERE (title RLIKE '[[:<:]]idealo[[:>:]]') AND (title RLIKE '[[:<:]]gutscheincode[[:>:]]') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 1722626681) AND (`xf_thread`.`thread_id` <> 105064) AND ((`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 421) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 42) OR (`xf_thread`.`node_id` = 312) OR (`xf_thread`.`node_id` = 315) OR (`xf_thread`.`node_id` = 309) OR (`xf_thread`.`node_id` = 313) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 439) OR (`xf_thread`.`node_id` = 436) OR (`xf_thread`.`node_id` = 412) OR (`xf_thread`.`node_id` = 397) OR (`xf_thread`.`node_id` = 424) OR (`xf_thread`.`node_id` = 343) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 194) OR (`xf_thread`.`node_id` = 195) OR (`xf_thread`.`node_id` = 196) OR (`xf_thread`.`node_id` = 197) OR (`xf_thread`.`node_id` = 202) OR (`xf_thread`.`node_id` = 203) OR (`xf_thread`.`node_id` = 204) OR (`xf_thread`.`node_id` = 205) OR (`xf_thread`.`node_id` = 206) OR (`xf_thread`.`node_id` = 207) OR (`xf_thread`.`node_id` = 208) OR (`xf_thread`.`node_id` = 209) OR (`xf_thread`.`node_id` = 198) OR (`xf_thread`.`node_id` = 200) OR (`xf_thread`.`node_id` = 400) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 345) OR (`xf_thread`.`node_id` = 214) OR (`xf_thread`.`node_id` = 216) OR (`xf_thread`.`node_id` = 218) OR (`xf_thread`.`node_id` = 332) OR (`xf_thread`.`node_id` = 219) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 75) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 76) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 77) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 80) OR (`xf_thread`.`node_id` = 26) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 15) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 314) OR (`xf_thread`.`node_id` = 212) OR (`xf_thread`.`node_id` = 213) OR (`xf_thread`.`node_id` = 210) OR (`xf_thread`.`node_id` = 211) OR (`xf_thread`.`node_id` = 324) OR (`xf_thread`.`node_id` = 325) OR (`xf_thread`.`node_id` = 326) OR (`xf_thread`.`node_id` = 327) OR (`xf_thread`.`node_id` = 222) OR (`xf_thread`.`node_id` = 223) OR (`xf_thread`.`node_id` = 224) OR (`xf_thread`.`node_id` = 225) OR (`xf_thread`.`node_id` = 226) OR (`xf_thread`.`node_id` = 227) OR (`xf_thread`.`node_id` = 228) OR (`xf_thread`.`node_id` = 229) OR (`xf_thread`.`node_id` = 230) OR (`xf_thread`.`node_id` = 231) OR (`xf_thread`.`node_id` = 233) OR (`xf_thread`.`node_id` = 234) OR (`xf_thread`.`node_id` = 235) OR (`xf_thread`.`node_id` = 237) OR (`xf_thread`.`node_id` = 238) OR (`xf_thread`.`node_id` = 239) OR (`xf_thread`.`node_id` = 240) OR (`xf_thread`.`node_id` = 370) OR (`xf_thread`.`node_id` = 409) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 29) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 86) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 365) OR (`xf_thread`.`node_id` = 368) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 259) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 260) OR (`xf_thread`.`node_id` = 258) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 262) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 257) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 316) OR (`xf_thread`.`node_id` = 317) OR (`xf_thread`.`node_id` = 129) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 107) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 108) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 110) OR (`xf_thread`.`node_id` = 120) OR (`xf_thread`.`node_id` = 111) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 88) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 89) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 90) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 91) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 92) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 318) OR (`xf_thread`.`node_id` = 319) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 243) OR (`xf_thread`.`node_id` = 244) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 274) OR (`xf_thread`.`node_id` = 275) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 320) OR (`xf_thread`.`node_id` = 321) OR (`xf_thread`.`node_id` = 17) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 19) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 272) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 149) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 150) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 348) OR (`xf_thread`.`node_id` = 418) OR (`xf_thread`.`node_id` = 351) OR (`xf_thread`.`node_id` = 354) OR (`xf_thread`.`node_id` = 357) OR (`xf_thread`.`node_id` = 360) OR (`xf_thread`.`node_id` = 333) OR (`xf_thread`.`node_id` = 334) OR (`xf_thread`.`node_id` = 335) OR (`xf_thread`.`node_id` = 336) OR (`xf_thread`.`node_id` = 339) OR (`xf_thread`.`node_id` = 342) OR (`xf_thread`.`node_id` = 431) OR (`xf_thread`.`node_id` = 432) OR (`xf_thread`.`node_id` = 433) OR (`xf_thread`.`node_id` = 434) OR (`xf_thread`.`node_id` = 435) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 323)) AND (1) ORDER BY `xf_thread`.`post_date` DESC LIMIT 50
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_score | post_date | 4 | 1282 | Using where |
SELECT `xf_thread`.`thread_id` FROM `xf_thread` WHERE (title RLIKE '[[:<:]]idealo[[:>:]]') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 1722626681) AND (`xf_thread`.`thread_id` <> 105064) AND ((`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 421) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 42) OR (`xf_thread`.`node_id` = 312) OR (`xf_thread`.`node_id` = 315) OR (`xf_thread`.`node_id` = 309) OR (`xf_thread`.`node_id` = 313) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 439) OR (`xf_thread`.`node_id` = 436) OR (`xf_thread`.`node_id` = 412) OR (`xf_thread`.`node_id` = 397) OR (`xf_thread`.`node_id` = 424) OR (`xf_thread`.`node_id` = 343) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 194) OR (`xf_thread`.`node_id` = 195) OR (`xf_thread`.`node_id` = 196) OR (`xf_thread`.`node_id` = 197) OR (`xf_thread`.`node_id` = 202) OR (`xf_thread`.`node_id` = 203) OR (`xf_thread`.`node_id` = 204) OR (`xf_thread`.`node_id` = 205) OR (`xf_thread`.`node_id` = 206) OR (`xf_thread`.`node_id` = 207) OR (`xf_thread`.`node_id` = 208) OR (`xf_thread`.`node_id` = 209) OR (`xf_thread`.`node_id` = 198) OR (`xf_thread`.`node_id` = 200) OR (`xf_thread`.`node_id` = 400) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 345) OR (`xf_thread`.`node_id` = 214) OR (`xf_thread`.`node_id` = 216) OR (`xf_thread`.`node_id` = 218) OR (`xf_thread`.`node_id` = 332) OR (`xf_thread`.`node_id` = 219) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 75) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 76) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 77) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 80) OR (`xf_thread`.`node_id` = 26) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 15) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 314) OR (`xf_thread`.`node_id` = 212) OR (`xf_thread`.`node_id` = 213) OR (`xf_thread`.`node_id` = 210) OR (`xf_thread`.`node_id` = 211) OR (`xf_thread`.`node_id` = 324) OR (`xf_thread`.`node_id` = 325) OR (`xf_thread`.`node_id` = 326) OR (`xf_thread`.`node_id` = 327) OR (`xf_thread`.`node_id` = 222) OR (`xf_thread`.`node_id` = 223) OR (`xf_thread`.`node_id` = 224) OR (`xf_thread`.`node_id` = 225) OR (`xf_thread`.`node_id` = 226) OR (`xf_thread`.`node_id` = 227) OR (`xf_thread`.`node_id` = 228) OR (`xf_thread`.`node_id` = 229) OR (`xf_thread`.`node_id` = 230) OR (`xf_thread`.`node_id` = 231) OR (`xf_thread`.`node_id` = 233) OR (`xf_thread`.`node_id` = 234) OR (`xf_thread`.`node_id` = 235) OR (`xf_thread`.`node_id` = 237) OR (`xf_thread`.`node_id` = 238) OR (`xf_thread`.`node_id` = 239) OR (`xf_thread`.`node_id` = 240) OR (`xf_thread`.`node_id` = 370) OR (`xf_thread`.`node_id` = 409) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 29) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 86) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 365) OR (`xf_thread`.`node_id` = 368) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 259) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 260) OR (`xf_thread`.`node_id` = 258) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 262) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 257) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 316) OR (`xf_thread`.`node_id` = 317) OR (`xf_thread`.`node_id` = 129) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 107) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 108) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 110) OR (`xf_thread`.`node_id` = 120) OR (`xf_thread`.`node_id` = 111) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 88) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 89) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 90) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 91) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 92) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 318) OR (`xf_thread`.`node_id` = 319) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 243) OR (`xf_thread`.`node_id` = 244) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 274) OR (`xf_thread`.`node_id` = 275) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 320) OR (`xf_thread`.`node_id` = 321) OR (`xf_thread`.`node_id` = 17) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 19) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 272) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 149) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 150) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 348) OR (`xf_thread`.`node_id` = 418) OR (`xf_thread`.`node_id` = 351) OR (`xf_thread`.`node_id` = 354) OR (`xf_thread`.`node_id` = 357) OR (`xf_thread`.`node_id` = 360) OR (`xf_thread`.`node_id` = 333) OR (`xf_thread`.`node_id` = 334) OR (`xf_thread`.`node_id` = 335) OR (`xf_thread`.`node_id` = 336) OR (`xf_thread`.`node_id` = 339) OR (`xf_thread`.`node_id` = 342) OR (`xf_thread`.`node_id` = 431) OR (`xf_thread`.`node_id` = 432) OR (`xf_thread`.`node_id` = 433) OR (`xf_thread`.`node_id` = 434) OR (`xf_thread`.`node_id` = 435) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 323)) AND (1) ORDER BY `xf_thread`.`post_date` DESC LIMIT 50
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_score | post_date | 4 | 1282 | Using where |
SELECT `xf_thread`.`thread_id` FROM `xf_thread` WHERE (title RLIKE '[[:<:]]gutscheincode[[:>:]]') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 1722626681) AND (`xf_thread`.`thread_id` <> 105064) AND ((`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 421) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 42) OR (`xf_thread`.`node_id` = 312) OR (`xf_thread`.`node_id` = 315) OR (`xf_thread`.`node_id` = 309) OR (`xf_thread`.`node_id` = 313) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 439) OR (`xf_thread`.`node_id` = 436) OR (`xf_thread`.`node_id` = 412) OR (`xf_thread`.`node_id` = 397) OR (`xf_thread`.`node_id` = 424) OR (`xf_thread`.`node_id` = 343) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 194) OR (`xf_thread`.`node_id` = 195) OR (`xf_thread`.`node_id` = 196) OR (`xf_thread`.`node_id` = 197) OR (`xf_thread`.`node_id` = 202) OR (`xf_thread`.`node_id` = 203) OR (`xf_thread`.`node_id` = 204) OR (`xf_thread`.`node_id` = 205) OR (`xf_thread`.`node_id` = 206) OR (`xf_thread`.`node_id` = 207) OR (`xf_thread`.`node_id` = 208) OR (`xf_thread`.`node_id` = 209) OR (`xf_thread`.`node_id` = 198) OR (`xf_thread`.`node_id` = 200) OR (`xf_thread`.`node_id` = 400) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 345) OR (`xf_thread`.`node_id` = 214) OR (`xf_thread`.`node_id` = 216) OR (`xf_thread`.`node_id` = 218) OR (`xf_thread`.`node_id` = 332) OR (`xf_thread`.`node_id` = 219) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 75) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 76) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 77) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 80) OR (`xf_thread`.`node_id` = 26) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 15) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 314) OR (`xf_thread`.`node_id` = 212) OR (`xf_thread`.`node_id` = 213) OR (`xf_thread`.`node_id` = 210) OR (`xf_thread`.`node_id` = 211) OR (`xf_thread`.`node_id` = 324) OR (`xf_thread`.`node_id` = 325) OR (`xf_thread`.`node_id` = 326) OR (`xf_thread`.`node_id` = 327) OR (`xf_thread`.`node_id` = 222) OR (`xf_thread`.`node_id` = 223) OR (`xf_thread`.`node_id` = 224) OR (`xf_thread`.`node_id` = 225) OR (`xf_thread`.`node_id` = 226) OR (`xf_thread`.`node_id` = 227) OR (`xf_thread`.`node_id` = 228) OR (`xf_thread`.`node_id` = 229) OR (`xf_thread`.`node_id` = 230) OR (`xf_thread`.`node_id` = 231) OR (`xf_thread`.`node_id` = 233) OR (`xf_thread`.`node_id` = 234) OR (`xf_thread`.`node_id` = 235) OR (`xf_thread`.`node_id` = 237) OR (`xf_thread`.`node_id` = 238) OR (`xf_thread`.`node_id` = 239) OR (`xf_thread`.`node_id` = 240) OR (`xf_thread`.`node_id` = 370) OR (`xf_thread`.`node_id` = 409) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 29) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 86) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 365) OR (`xf_thread`.`node_id` = 368) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 259) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 260) OR (`xf_thread`.`node_id` = 258) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 262) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 257) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 316) OR (`xf_thread`.`node_id` = 317) OR (`xf_thread`.`node_id` = 129) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 107) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 108) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 110) OR (`xf_thread`.`node_id` = 120) OR (`xf_thread`.`node_id` = 111) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 88) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 89) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 90) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 91) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 92) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 318) OR (`xf_thread`.`node_id` = 319) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 243) OR (`xf_thread`.`node_id` = 244) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 274) OR (`xf_thread`.`node_id` = 275) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 320) OR (`xf_thread`.`node_id` = 321) OR (`xf_thread`.`node_id` = 17) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 19) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 272) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 149) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 150) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 348) OR (`xf_thread`.`node_id` = 418) OR (`xf_thread`.`node_id` = 351) OR (`xf_thread`.`node_id` = 354) OR (`xf_thread`.`node_id` = 357) OR (`xf_thread`.`node_id` = 360) OR (`xf_thread`.`node_id` = 333) OR (`xf_thread`.`node_id` = 334) OR (`xf_thread`.`node_id` = 335) OR (`xf_thread`.`node_id` = 336) OR (`xf_thread`.`node_id` = 339) OR (`xf_thread`.`node_id` = 342) OR (`xf_thread`.`node_id` = 431) OR (`xf_thread`.`node_id` = 432) OR (`xf_thread`.`node_id` = 433) OR (`xf_thread`.`node_id` = 434) OR (`xf_thread`.`node_id` = 435) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 323)) AND (`xf_thread`.`thread_id` <> 225196) ORDER BY `xf_thread`.`post_date` DESC LIMIT 49
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_score | post_date | 4 | 1282 | Using where |
SELECT `xf_thread`.`thread_id` FROM `xf_thread` WHERE (title RLIKE '[[:<:]]generieren[[:>:]]') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 1722626681) AND (`xf_thread`.`thread_id` <> 105064) AND ((`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 421) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 42) OR (`xf_thread`.`node_id` = 312) OR (`xf_thread`.`node_id` = 315) OR (`xf_thread`.`node_id` = 309) OR (`xf_thread`.`node_id` = 313) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 439) OR (`xf_thread`.`node_id` = 436) OR (`xf_thread`.`node_id` = 412) OR (`xf_thread`.`node_id` = 397) OR (`xf_thread`.`node_id` = 424) OR (`xf_thread`.`node_id` = 343) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 194) OR (`xf_thread`.`node_id` = 195) OR (`xf_thread`.`node_id` = 196) OR (`xf_thread`.`node_id` = 197) OR (`xf_thread`.`node_id` = 202) OR (`xf_thread`.`node_id` = 203) OR (`xf_thread`.`node_id` = 204) OR (`xf_thread`.`node_id` = 205) OR (`xf_thread`.`node_id` = 206) OR (`xf_thread`.`node_id` = 207) OR (`xf_thread`.`node_id` = 208) OR (`xf_thread`.`node_id` = 209) OR (`xf_thread`.`node_id` = 198) OR (`xf_thread`.`node_id` = 200) OR (`xf_thread`.`node_id` = 400) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 345) OR (`xf_thread`.`node_id` = 214) OR (`xf_thread`.`node_id` = 216) OR (`xf_thread`.`node_id` = 218) OR (`xf_thread`.`node_id` = 332) OR (`xf_thread`.`node_id` = 219) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 75) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 76) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 77) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 80) OR (`xf_thread`.`node_id` = 26) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 15) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 314) OR (`xf_thread`.`node_id` = 212) OR (`xf_thread`.`node_id` = 213) OR (`xf_thread`.`node_id` = 210) OR (`xf_thread`.`node_id` = 211) OR (`xf_thread`.`node_id` = 324) OR (`xf_thread`.`node_id` = 325) OR (`xf_thread`.`node_id` = 326) OR (`xf_thread`.`node_id` = 327) OR (`xf_thread`.`node_id` = 222) OR (`xf_thread`.`node_id` = 223) OR (`xf_thread`.`node_id` = 224) OR (`xf_thread`.`node_id` = 225) OR (`xf_thread`.`node_id` = 226) OR (`xf_thread`.`node_id` = 227) OR (`xf_thread`.`node_id` = 228) OR (`xf_thread`.`node_id` = 229) OR (`xf_thread`.`node_id` = 230) OR (`xf_thread`.`node_id` = 231) OR (`xf_thread`.`node_id` = 233) OR (`xf_thread`.`node_id` = 234) OR (`xf_thread`.`node_id` = 235) OR (`xf_thread`.`node_id` = 237) OR (`xf_thread`.`node_id` = 238) OR (`xf_thread`.`node_id` = 239) OR (`xf_thread`.`node_id` = 240) OR (`xf_thread`.`node_id` = 370) OR (`xf_thread`.`node_id` = 409) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 29) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 86) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 365) OR (`xf_thread`.`node_id` = 368) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 259) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 260) OR (`xf_thread`.`node_id` = 258) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 262) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 257) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 316) OR (`xf_thread`.`node_id` = 317) OR (`xf_thread`.`node_id` = 129) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 107) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 108) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 110) OR (`xf_thread`.`node_id` = 120) OR (`xf_thread`.`node_id` = 111) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 88) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 89) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 90) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 91) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 92) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 318) OR (`xf_thread`.`node_id` = 319) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 243) OR (`xf_thread`.`node_id` = 244) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 274) OR (`xf_thread`.`node_id` = 275) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 320) OR (`xf_thread`.`node_id` = 321) OR (`xf_thread`.`node_id` = 17) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 19) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 272) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 149) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 150) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 348) OR (`xf_thread`.`node_id` = 418) OR (`xf_thread`.`node_id` = 351) OR (`xf_thread`.`node_id` = 354) OR (`xf_thread`.`node_id` = 357) OR (`xf_thread`.`node_id` = 360) OR (`xf_thread`.`node_id` = 333) OR (`xf_thread`.`node_id` = 334) OR (`xf_thread`.`node_id` = 335) OR (`xf_thread`.`node_id` = 336) OR (`xf_thread`.`node_id` = 339) OR (`xf_thread`.`node_id` = 342) OR (`xf_thread`.`node_id` = 431) OR (`xf_thread`.`node_id` = 432) OR (`xf_thread`.`node_id` = 433) OR (`xf_thread`.`node_id` = 434) OR (`xf_thread`.`node_id` = 435) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 323)) AND (`xf_thread`.`thread_id` <> 225196) ORDER BY `xf_thread`.`post_date` DESC LIMIT 49
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_score | post_date | 4 | 1282 | Using where |
SELECT `xf_thread`.* FROM `xf_thread` WHERE (`xf_thread`.`thread_id` IN (225196))
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
SELECT `ewr_atendo_events`.* FROM `ewr_atendo_events` WHERE (`ewr_atendo_events`.`thread_id` = 105064) AND (`ewr_atendo_events`.`thread_id` IS NOT NULL) LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | Impossible WHERE noticed after reading const tables |
-- 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 `xf_session_activity`.* FROM `xf_session_activity` WHERE (`xf_session_activity`.`user_id` = 8289) AND (`xf_session_activity`.`unique_key` = '8289') LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | Impossible WHERE noticed after reading const tables |
SELECT `xf_user`.* FROM `xf_user` WHERE (`xf_user`.`user_id` = 47509) LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_user | const | PRIMARY | PRIMARY | 4 | const | 1 |
SELECT `ewr_atendo_events`.* FROM `ewr_atendo_events` WHERE (`ewr_atendo_events`.`thread_id` = 225196) AND (`ewr_atendo_events`.`thread_id` IS NOT NULL) LIMIT 1
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | Impossible WHERE noticed after reading const tables |
bytes_sent | 89254 |
bytes_received | 1001311 |
packets_sent | 220 |
packets_received | 2377 |
protocol_overhead_in | 9508 |
protocol_overhead_out | 880 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 666 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 214 |
bytes_received_prepare_response_packet | 99876 |
bytes_received_change_user_packet | 899700 |
packets_sent_command | 109 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 74 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 38 |
packets_received_prepare_response | 1448 |
packets_received_change_user | 779 |
result_set_queries | 34 |
non_result_set_queries | 4 |
no_index_used | 3 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 0 |
unbuffered_sets | 0 |
ps_buffered_sets | 34 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 35 |
rows_fetched_from_server_normal | 0 |
rows_fetched_from_server_ps | 745 |
rows_buffered_from_client_normal | 0 |
rows_buffered_from_client_ps | 745 |
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 | 745 |
copy_on_write_saved | 0 |
copy_on_write_performed | 0 |
command_buffer_too_small | 10 |
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 | 1368 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 5625 |
proto_binary_fetched_int24 | 2551 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 17756 |
proto_binary_fetched_decimal | 32 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
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 | 8502 |
proto_binary_fetched_blob | 3386 |
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 | 36 |
com_stmt_execute | 36 |
com_stmt_send_long_data | 0 |
com_stmt_close | 35 |
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 | 877238 |