【发布时间】:2011-05-04 03:48:09
【问题描述】:
mysql
create temporary table t2
select min(id)
from mycontent
group by download_link;
ERROR 1205 (HY000): 超过锁定等待超时;尝试重启事务
【问题讨论】:
-
mycontent 表有多大?
-
我在这里猜测,但是 group by 子句不是多余的吗?