用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1352|回复: 1
收起左侧

[数据库] 事务调试模式使用插入数据id自增问题

[复制链接]
发表于 2018-1-8 15:40:11 | 显示全部楼层 |阅读模式
在执行事务调试模式时候
数据会回滚,但是自增id会自增
$this->db->trans_start(TRUE);
$this->db->insert('table',$data);
$this->db->trans_complete();
if ($this->db->trans_status() === FALSE)
{

}else{

}

mysql 引擎 :InnoDB

本版积分规则