摘要:
1、数据库引擎不支持事务 这里以 MySQL 为例,其 MyISAM 引擎是不支持事务操作的,InnoDB 才是支持事务的引擎,一般要支持事务都会使用 InnoDB。 根据 MySQL 的官方文档: https://dev.mysql.com/doc/refman/5.5/en/storage-en 阅读全文
posted @ 2021-09-30 14:37 cuilupeng 阅读(2430) 评论(0) 推荐(1) 编辑
posted @ 2021-09-30 14:37 cuilupeng 阅读(2430) 评论(0) 推荐(1) 编辑
posted @ 2018-02-12 17:55 cuilupeng 阅读(851) 评论(0) 推荐(0) 编辑
Copyright © 2024 cuilupeng
Powered by .NET 9.0 on Kubernetes