1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/include
Alexander Nozdrin cd501675d8 Patch for Bug#12374486 - SEVERE MEMORY LEAK IN PREPARED STATEMENTS
THAT CALL STORED PROCEDURES.

The bug was introduced by WL#4435. The problem was that if a stored
procedure generated a few result sets with different set of columns,
a new memory would be allocated after every EXECUTE for every
result set.

The fix is to introduce a new memory root in scope of MYSQL_STMT,
and to store result-set metadata in that memory root.
2011-05-06 17:39:20 +04:00
..
2010-07-01 12:06:41 +04:00
2011-02-16 16:33:02 +01:00
2011-02-16 16:33:02 +01:00
2010-12-13 17:13:31 +01:00
2010-04-06 14:11:07 +02:00
2011-02-02 20:13:28 +02:00
2009-12-04 18:26:15 -07:00
2010-10-05 17:27:18 +03:00
2010-04-13 20:10:51 +04:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-08-16 14:50:27 +02:00
2011-02-11 15:00:09 +01:00