1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/r
unknown fa19a9f246 Fix for Bug#11247 Stored procedures: Function calls in long loops leak memory
and Bug#12297 SP crashes the server if data inserted inside a lon loop
Third commit attempt. With fixes to the issues, showed up after full rebuild and
tests on other hosts.


mysql-test/r/rpl_sp.result:
  New warnings appeared in result file, as now we always create spcont in a stored routine.
  This is correct behaviour. We swallowed some warnings, as we used thd->spcont to check whether
  we are in the SP though we didn't set spcont in certain cases. This is fixed now.
mysql-test/r/sp.result:
  fixed result file to reflect new tests
mysql-test/t/sp.test:
  Added tests for bugs. Though one of them is disabled, as it fails because of the other bug.
  It should be enabled, when bug 12297 is fixed.
sql/sp_head.cc:
  Per-instruction arena is implemented
sql/sp_rcontext.cc:
   Now we should deal with callers_arena->free_list when we employ reuse mechanism with callers_arena
   switched during sp_eval_func_item
sql/sp_rcontext.h:
  Add new member to sp_rcontext class, in order to handle instructions with assignment
  and/or with nested SP processing properly.
2005-08-18 11:23:54 +02:00
..
2005-06-03 17:13:43 +02:00
2005-06-16 10:09:05 +02:00
2005-08-12 17:57:19 +03:00
2005-08-11 18:42:22 +01:00
2005-06-23 19:05:36 +02:00
2005-06-15 08:39:00 -07:00
2005-06-27 12:25:15 +02:00
2005-08-02 14:27:52 +05:00
2005-04-11 15:11:52 +05:00
2005-07-06 17:16:22 +05:00
2005-07-22 21:06:02 +05:00
2005-07-06 17:16:22 +05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2005-07-28 21:28:20 -07:00
2005-07-28 21:39:24 +03:00
2005-06-13 11:45:29 -07:00
2005-07-16 18:06:34 -07:00
2005-08-15 14:19:56 -07:00
2005-04-05 19:45:34 -07:00
2005-03-23 19:18:25 +01:00
2005-05-18 13:54:36 -07:00
2005-08-08 19:04:11 +05:00
2005-08-07 22:10:05 +00:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2005-08-15 17:14:55 +01:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 20:10:24 +03:00
2005-04-11 22:36:07 +02:00
2005-04-05 19:45:34 -07:00
2005-05-24 15:52:48 +01:00
2005-05-18 13:54:36 -07:00
2005-07-30 09:24:51 +03:00
2005-07-12 11:49:57 +02:00
2005-05-19 20:38:48 +02:00
2005-07-26 09:06:37 +02:00
2005-05-04 10:16:03 +02:00
2005-04-01 22:14:30 +02:00
2005-04-21 10:59:21 +02:00
2005-08-12 17:57:19 +03:00
2005-07-19 03:01:25 +04:00
2005-04-01 00:03:26 +05:00
2005-08-12 17:57:19 +03:00
2005-05-14 16:24:36 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-07-28 21:39:24 +03:00
2005-08-11 18:42:22 +01:00
2005-07-16 08:19:20 -07:00
2005-04-05 19:45:34 -07:00
2005-03-16 04:32:47 +03:00
2005-06-17 14:03:27 +02:00
2005-07-28 21:25:05 +03:00
2005-02-24 17:25:06 +01:00
2005-07-19 03:01:25 +04:00
2005-04-06 18:19:05 +02:00
2005-07-19 03:01:25 +04:00
2005-03-23 19:18:25 +01:00
2005-03-01 14:50:59 +02:00
2005-07-27 15:57:00 +05:00
2005-03-16 15:26:07 +02:00
2005-08-15 21:58:17 -07:00
2005-03-03 15:01:46 -08:00
2005-05-07 08:25:58 -07:00
2005-07-01 15:07:06 +05:00
2005-02-05 08:54:13 -08:00
2005-08-11 18:42:22 +01:00
2005-08-12 17:57:19 +03:00
2005-02-28 12:18:39 +02:00
2005-08-12 17:57:19 +03:00
2005-05-02 11:45:06 -07:00
2005-06-07 05:43:59 +03:00