Time | Duration | Type | Query |
---|---|---|---|
03:29:40.382 | 0.7 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `alias`='football_brother' |
03:29:40.384 | 1.5 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_competition` |
03:29:40.386 | 0.8 ms | SELECT | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'hdbk_competition' AND kcu.table_name = 'hdbk_competition' |
03:29:40.388 | 2.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=19) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
03:29:40.392 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=19) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
03:29:40.394 | 0.7 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=114 |
03:29:40.396 | 3.3 ms | SELECT | SELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=114) |
03:29:40.400 | 3.2 ms | SELECT | SELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=114)) |
03:29:40.403 | 0.6 ms | SELECT | SELECT EXISTS(SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=114)) |
03:29:40.404 | 0.1 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=114 |