MySQL 触发器错误_MySQL
bitsCN.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_data' 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.csdn.net/u/20101213/15/095c08fe-bd91-476c-9d16-5d7c648fa8a2.html?seed=1512932427&r=76107745
bitsCN.com
Heiße KI -Werkzeuge

Undresser.AI Undress
KI-gestützte App zum Erstellen realistischer Aktfotos

AI Clothes Remover
Online-KI-Tool zum Entfernen von Kleidung aus Fotos.

Undress AI Tool
Ausziehbilder kostenlos

Clothoff.io
KI-Kleiderentferner

AI Hentai Generator
Erstellen Sie kostenlos Ai Hentai.

Heißer Artikel

Heiße Werkzeuge

Notepad++7.3.1
Einfach zu bedienender und kostenloser Code-Editor

SublimeText3 chinesische Version
Chinesische Version, sehr einfach zu bedienen

Senden Sie Studio 13.0.1
Leistungsstarke integrierte PHP-Entwicklungsumgebung

Dreamweaver CS6
Visuelle Webentwicklungstools

SublimeText3 Mac-Version
Codebearbeitungssoftware auf Gottesniveau (SublimeText3)

Heiße Themen

Diese Apple-ID wird im iTunes Store noch nicht verwendet: Fix

Beheben Sie den Festplattenfehler der Ereignis-ID 55, 50, 98, 140 in der Ereignisanzeige

So verbergen Sie Text in Powerpoint, bis er angeklickt wird

Wo Sie die Tencent-Video-ID überprüfen können
![Ereignis-ID 4660: Objekt gelöscht [Fix]](https://img.php.cn/upload/article/000/887/227/168834320512143.png?x-oss-process=image/resize,m_fill,h_207,w_330)
Ereignis-ID 4660: Objekt gelöscht [Fix]

Welche Lösungen gibt es für die verteilte Redis-ID?

So finden Sie die übergeordnete Prozess-ID (PPID) unter Linux
