diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-04-16 16:42:34 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-04-16 16:42:34 +0500 |
commit | 0d242648b5b10696e21d8fad3a35779e38d1b736 (patch) | |
tree | 474c979243c95c185ebce8f4157c5158e7b9870c /strings | |
parent | 51880686adf67a263ab05618418851cb238653e3 (diff) | |
download | mariadb-git-0d242648b5b10696e21d8fad3a35779e38d1b736.tar.gz |
Bug#52124 memory leaks like a sieve in datetime, timestamp, time, date fields + warnings
Arg_comparator initializes 'comparators' array in case of
ROW comparison and does not free this array on destruction.
It leads to memory leaks.
The fix:
-added Arg_comparator::cleanup() method which frees
'comparators' array.
-added Item_bool_func2::cleanup() method which calls
Arg_comparator::cleanup() method
Diffstat (limited to 'strings')
0 files changed, 0 insertions, 0 deletions