Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在插入表 A 时有一个 MySQL 触发器,它在表 B 中插入一行,在表 B 上插入一行,在表 A 上插入一行。问题是它们在无限循环中相互触发,MySQL 停止了,因为这是不允许的。
我如何判断我的插入是否是从另一个触发器触发的而不是这样做?