diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-05-18 13:28:21 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-05-18 13:28:21 +0500 |
commit | f512cb4eaf0fbbf8cfa0444189da94f0215d8c5c (patch) | |
tree | 0f8848c8b69fabecda2c3be3d07125a76c04194b /sql/sql_string.cc | |
parent | f59684b86e2f7005119fd51de16777ae67c9956c (diff) | |
download | mariadb-git-f512cb4eaf0fbbf8cfa0444189da94f0215d8c5c.tar.gz |
Bug#48729 SELECT ... FROM INFORMATION_SCHEMA.ROUTINES causes memory to grow
Analysis showed that in case of accessing I_S table
ROUTINES we perform unnecessary allocations
with get_field() function for every processed row that
in their turn causes significant memory growth.
the fix is to avoid use of get_field().
Diffstat (limited to 'sql/sql_string.cc')
0 files changed, 0 insertions, 0 deletions