标签:出现 读取数据 两种方法 cti remove for 清除 sel size
a row
that has been modified by another running transaction and not yet committed.a row
is retrieved twice and the values within the row differ between reads. new rows
are added or removed by another transaction to the records being read.goods
(id
int(11) NOT NULL AUTO_INCREMENT,title
varchar(32) NOT NULL DEFAULT ‘‘ COMMENT ‘商品名称‘,classify
tinyint(4) NOT NULL DEFAULT ‘0‘ COMMENT ‘商品类型‘,id
),idx_classify
(classify
)幻读
参考书籍:数据库事务处理的艺术 事务管理与并发控制
标签:出现 读取数据 两种方法 cti remove for 清除 sel size
原文地址:https://blog.51cto.com/itzhoujun/2357093