Bug #2613 memory leak in drop database with raid
Submitted: 2 Feb 2004 8:20 Modified: 16 Jun 2004 16:18
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0 OS:
Assigned to: Michael Widenius CPU Architecture:Any

[2 Feb 2004 8:20] Sergei Golubchik
Description:
memory leak when dropping a database that contains raid tables

How to repeat:
from raid.test:

create database test_raid;
create table test_raid.r1 (i int) raid_type=1;
drop database test_raid;

Suggested fix:
delete String's from raid_dirs
[2 Feb 2004 8:21] Sergei Golubchik
I mean "... from raid_dirs in mysql_rm_known_files()"
[16 Jun 2004 16:18] Sergei Golubchik
Thank you for your bug report. This issue has already been fixed
in the latest released version of that product, which you can download at 
http://www.mysql.com/downloads/