diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-03 17:59:52 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-03 17:59:52 -0400 |
commit | 9816842b581d3f81030b97f83a46d19e1b08cdd5 (patch) | |
tree | 8a467f3f0326a9cf98af8c06ca38e0624c1d1a2b /mysql-test/t/mysqlcheck.test | |
parent | 0b3dfea79ae0d65ac0a7d88d3154848a51e92802 (diff) | |
download | mariadb-git-9816842b581d3f81030b97f83a46d19e1b08cdd5.tar.gz |
Backport:
B-g#24795: SHOW PROFILE implementation
Don't use memory roots to store profiling information, because
memory roots make freeing the data a no-op, and thus long-running
processes with profiling turned on the whole time could eventually
use all available memory.
Instead, use regular heap allocation and deallocation calls to
manage profiling data. Replace the leaky List usage with a similar-
behaving structure named "Queue".
Diffstat (limited to 'mysql-test/t/mysqlcheck.test')
0 files changed, 0 insertions, 0 deletions