unknown
b1921c85ba
Fix for bug #11896 "Partial locking in case of recursive trigger definitions".
...
If we are in stored function or trigger we should ensure that we won't change
table that is already used by calling statement (this can damage table or
easily cause infinite loops). Particularly this means that recursive triggers
should be disallowed.
mysql-test/r/sp-error.result:
Added tests checking that in functions we don't allow to update tables which
are used by statements which invoke these functions.
mysql-test/r/trigger.result:
Added test for bug #11896 "Partial locking in case of recursive trigger
definitions".
mysql-test/t/sp-error.test:
Added tests checking that in functions we don't allow to update tables which
are used by statements which invoke these functions.
mysql-test/t/trigger.test:
Added test for bug #11896 "Partial locking in case of recursive trigger
definitions".
sql/share/errmsg.txt:
Added error messages for complaining about situations when in function or
trigger we try to change table which is used in statement invoking this
function or trigger.
sql/sql_base.cc:
open_table():
If we are in stored function or trigger we should ensure that
we won't change table that is already used by calling statement
(this can damage table or easily cause infinite loops).
So if we are opening table for writing, we should check that it
is not already open by some calling stamement.
2005-08-18 19:07:23 +04:00
..
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 03:22:47 +03:00
2005-08-11 12:18:53 +01:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-03 07:29:48 +02:00
2005-07-28 03:22:47 +03:00
2005-08-02 14:27:52 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-18 13:38:56 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-01 17:00:03 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-31 21:33:46 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-19 03:04:51 +02:00
2005-07-28 17:09:54 +03:00
2005-08-03 02:01:27 +04:00
2005-08-08 00:10:07 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 21:29:45 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-01 17:54:57 -07:00
2005-08-11 18:58:22 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-11 12:18:53 +01:00
2005-08-08 19:09:54 +05:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-08-05 20:26:55 +05:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-08 19:04:10 +05:00
2005-08-07 22:10:05 +00:00
2005-06-14 12:52:44 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-09 11:21:45 +03:00
2005-07-28 03:22:47 +03:00
2005-06-20 08:56:37 +00:00
2005-06-20 11:05:38 +02:00
2005-08-09 11:43:55 +04:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 19:27:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 17:57:19 +03:00
2005-08-10 22:17:53 +01:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 19:27:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-07 20:39:17 +02:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-02 15:58:41 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-04 16:36:14 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-29 23:43:07 +03:00
2005-07-31 12:49:55 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-03 17:38:55 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-11 13:07:08 +03:00
2005-08-07 21:30:46 +00:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 21:25:05 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-08-07 21:30:46 +00:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-11 17:14:11 -07:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-03 15:08:03 -04:00
2005-07-19 20:06:49 +04:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-29 09:25:11 -07:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-06-07 16:48:38 +02:00
2005-07-26 18:08:49 -07:00
2005-08-18 19:07:23 +04:00
2005-07-01 15:25:51 +02:00
2005-08-03 03:37:32 +00:00
2005-08-03 03:37:32 +00:00
2005-08-10 21:17:52 +00:00
2005-08-09 11:43:55 +04:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-27 15:09:06 +05:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-13 08:19:34 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-18 19:07:23 +04:00
2005-07-28 03:22:47 +03:00
2005-08-08 11:42:09 -07:00
2005-08-10 21:17:52 +00:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-08-09 00:13:49 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-29 14:39:11 +05:00
2005-08-12 17:57:19 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 03:22:47 +03:00
2005-07-28 03:22:47 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-08-01 17:54:57 -07:00
2005-07-28 03:22:47 +03:00
2005-07-31 12:56:02 +03:00
2005-07-05 13:36:36 +03:00
2005-08-12 22:42:50 +04:00
2005-07-28 17:09:54 +03:00
2005-08-13 08:42:35 +02:00