]> granicus.if.org Git - php/commit
Fix possible lock-ups when a trigger triggers a trigger.
authorAndrey Hristov <andrey@php.net>
Tue, 19 Jan 2010 15:31:39 +0000 (15:31 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 19 Jan 2010 15:31:39 +0000 (15:31 +0000)
commit6136b785b9a09e3cb1e32c5655bd74b391277d8c
tree5032c21fc2f89327cc4e40ea251df0b045a1030b
parent3d733ce6faabd2dcf975847728b89f1ac6080550
Fix possible lock-ups when a trigger triggers a trigger.
Hanging was possible on the subsequent try to acquire a mutex.
Now it is correctly implemented and if a trigger is being executed
then no other trigger will be fired, on recursive calls.
ext/mysqlnd/mysqlnd_statistics.h