• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

MySQL 触发器错误_MySQL

mysql 搞代码 4年前 (2022-01-09) 85次浏览 已收录 0个评论

gaodaima.com

使用Spring jdbctemplate时出错:

view sourceprint?01 org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [insert into t_data(id,content,status,type,r_id) values(?,?,?,?,?)]; SQL state [HY000]; error code [1442]; Can't update table 't_data' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.; nested exception is java.sql.SQLException: Can't update table 't_data' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.

02 org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:124)

03

04 java.sql.SQLException: Can't update table 't_dat本文来源gao@!dai!ma.com搞$$代^@码网*a' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.

05 com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)

06 com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)

07 com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)

08 com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)

09 com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)

10 com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)

11 com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)

12 com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)

13 com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)

原因是在触发器中引用了触发该触发器的宿主表:

when you insert a record mysql is doing some lock stuff. you can't insert/update/delete rows of the same table where you insert.. because then the trigger would called again and again.. ending up in a recursion

参考:http://forums.mysql.com/read.php?99,122354,122505#msg-122505

http://topic.gaodaima.com/u/20101213/15/095c08fe-bd91-476c-9d16-5d7c648fa8a2.html?seed=1512932427&r=76107745

gaodaima.com


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:MySQL 触发器错误_MySQL

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址