Skip to content

Commit

Permalink
Merge pull request #1204 from iftechfoundation/viewgame-tag-slow-query
Browse files Browse the repository at this point in the history
Fix slow query for game tags
  • Loading branch information
dfabulich authored Dec 10, 2024
2 parents d79d4b3 + 41634c7 commit 311ac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/viewgame
Original file line number Diff line number Diff line change
Expand Up @@ -2743,8 +2743,8 @@ var dbTagList = [
count(distinct gameid) as gamecnt,
$isMine as isMine
from gametags
where tag in (select tag from gametags where gameid = '$qid')
group by tag
having tagcnt != 0
order by tag", $db);
$cnt = mysql_num_rows($result);

Expand Down

0 comments on commit 311ac80

Please sign in to comment.