주제: tt_Comments 에 무한루프 ??
http://loose.hubweb.net/tatter/170
에서 소금이님이 지적하신 문제입니다. 무한루프를 돌고 있다고 하는군요..
20 Query select count(id) as r1 from tt_Entries where from_unixtime
(published) like '1801-12%' and owner='1' and published <> '1'
24 Query select count(id) as r1 from tt_Entries
where from_unixtime(published) like '1795-02%' and owner='1' and published
<> '1'
24 Query select count(id) as r2 from tt_Comments
where from_unixtime(written) like '1795-02%' and entry <> 0 and owner='1' and
name <> '?뚭툑??
24 Query select count(id) as r3 from tt_Comments
where from_unixtime(written) like '1795-02%' and entry = 0 and parent is null
and replier is null and owner='1'
뭐 대충 이런 에러를 낸다고 하네요..
이게 왜 발생하는 문제인지에 대해서 가늠이 되시는 분... 의견 부탁드립니다.