1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/mysql-test/r
bell@sanja.is.com.ua 2bcd68973b Fix for BUG#13549 "Server crash with nested stored procedures
if inner routine has more local variables than outer one, and
one of its last variables was used as argument to NOT operator".

THD::spcont was non-0 when we were parsing stored routine/trigger
definition during execution of another stored routine. This confused
methods of Item_splocal and forced them use wrong runtime context.
Fix ensures that we always have THD::spcont equal to zero during
routine/trigger body parsing. This also allows to avoid problems
with errors which occur during parsing and SQL exception handlers.
2005-11-23 00:50:37 +02:00
..
2005-09-11 22:10:04 +03:00
2005-08-30 11:04:23 -07:00
2005-09-09 10:54:59 +04:00
2005-09-13 01:44:50 +03:00
2005-08-02 14:27:52 +05:00
2005-08-24 19:37:27 +03:00
2005-07-22 21:06:02 +05:00
2005-09-12 19:35:50 +05:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-08-29 22:35:48 -05:00
2005-08-15 14:19:56 -07:00
2005-09-09 10:54:59 +04:00
2005-09-24 02:39:52 +04:00
2005-08-26 22:25:45 -07:00
2005-08-08 19:04:11 +05:00
2005-09-09 12:47:57 +02:00
2005-07-22 21:06:02 +05:00
2005-10-04 21:37:50 +02:00
2005-09-15 21:05:42 +02:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-09-23 14:37:22 +02:00
2005-09-14 12:24:14 +03:00
2005-09-26 22:43:09 -07:00
ndb
2005-09-30 12:19:15 +02:00
2005-08-26 22:25:45 -07:00
2005-09-15 22:21:30 +04:00
2005-07-28 21:39:24 +03:00
2005-08-19 11:38:14 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-07-19 03:01:25 +04:00
2005-07-19 03:01:25 +04:00
2005-09-14 23:12:01 +03:00
2005-09-29 17:21:32 +05:00
2005-08-25 09:38:06 +03:00
2005-08-11 18:42:22 +01:00
2005-09-23 14:37:22 +02:00
2005-09-22 02:38:14 +04:00