1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/sql
unknown ad8ff14165 Fixed BUG#6127: Stored procedure handlers within handlers don't work
Replaced the dumb in-handler/not-in-handler check with a proper recursion
    check of handlers being executed.
    (Re-commit in a different tree, to make push possible.)


mysql-test/r/sp.result:
  New test case for BUG#6127.
mysql-test/t/sp.test:
  New test case for BUG#6127.
sql/sp_head.cc:
  Replaced the setting of ctx->in_handler with a enter/exit handler methods.
sql/sp_rcontext.cc:
  Replaced the boolean in_handler flag with a stack of handlers being exectuted, for proper recursion check.
sql/sp_rcontext.h:
  Replaced the boolean in_handler flag with a stack of handlers being exectuted, for proper recursion check.
  (And added some comments in the sp_rcontext class.)
2005-09-26 18:22:00 +02:00
..
2005-09-26 13:15:01 +05:00
2005-09-24 02:39:52 +04:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2005-09-13 01:44:50 +03:00
2005-09-09 09:44:58 +02:00
2005-09-21 14:36:55 +02:00
2005-06-07 00:31:53 +03:00
2005-09-02 17:21:19 +04:00
2005-09-09 10:54:59 +04:00
2005-06-07 00:31:53 +03:00
2005-05-06 11:39:30 +03:00
2005-06-08 21:56:22 +05:00
2005-09-24 02:39:52 +04:00
2005-06-07 00:31:53 +03:00
2005-09-23 14:37:22 +02:00
2005-09-16 10:24:37 +05:00
2005-06-07 00:31:53 +03:00
2005-07-22 08:11:23 +02:00
2005-05-18 19:00:21 +03:00
2005-05-26 21:01:55 +02:00
2005-07-05 11:38:05 +03:00
2005-09-22 02:38:14 +04:00
2005-09-23 14:37:22 +02:00
2005-08-12 17:57:19 +03:00
2005-09-26 13:15:01 +05:00
2005-03-16 04:32:47 +03:00
2005-09-24 02:39:52 +04:00
2005-06-07 00:31:53 +03:00
2005-07-31 12:49:55 +03:00
2005-06-01 16:35:09 +03:00
2005-08-27 01:50:38 +02:00