mariadb/libmysql
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
..
authentication_win BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
client_settings.h Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
CMakeLists.txt Bug#11766631 (59780) - Move the client authentication_windows plugin 2011-04-28 21:17:29 +02:00
conf_to_src.c A follow-up for Bug#58340 (Remove Server GPL EXCEPTIONS-CLIENT file) -- remove all 2010-11-24 12:53:39 +03:00
errmsg.c Merge from mysql-5.1-bugteam. 2010-11-24 13:23:44 +03:00
get_password.c Merge from mysql-5.1-bugteam. 2010-11-24 13:23:44 +03:00
libmysql.c Patch for Bug#12374486 - SEVERE MEMORY LEAK IN PREPARED STATEMENTS 2011-05-06 17:39:20 +04:00
libmysql.def Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN 2011-04-06 17:31:26 +03:00
libmysql.ver.in BUG#3074: Unversioned symbols in shared library 2006-01-17 18:51:08 +04:00