当前位置:Gxlcms >
数据库问题 >
mysql:set autocommit=0与start transaction
mysql:set autocommit=0与start transaction
时间:2021-07-01 10:21:17
帮助过:26人阅读
step1:
SET autocommit
= 0;
-- 关闭自动提交;
-- step2:
SELECT * FROM table_name;
-- 执行查询语句 ;
-- step3:
SELECT * FROM information_schema.INNODB_TRX;
-- 查看正在运行的事务,此时你应该会看到一条记录,这条记录的 TRX_STARTED 就是 step2 的执行时间;
-- step4: COMMIT; -- step3 产生的那条记录消失。
参考链接:
https://www.cnblogs.com/lhp2012/p/5315928.html
https://segmentfault.com/q/1010000021044948/
mysql:set autocommit=0与start transaction
标签:rollback orm nbsp mat 运行 code ati int nsa