Bug #18931 Memory leak in example storage engine
Submitted: 10 Apr 2006 5:43 Modified: 13 Apr 2006 23:25
Reporter: Ingo Strüwing Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1.10 OS:Linux (Linux)
Assigned to: Assigned Account CPU Architecture:Any

[10 Apr 2006 5:43] Ingo Strüwing
Description:
TEST                            RESULT
-------------------------------------------------------
alias                          [ pass ]   
-------------------------------------------------------

Ending Tests
Shutting-down MySQL daemon

Master shutdown finished
Slave shutdown finished
All 1 tests were successful.
WARNING: Got errors/warnings while running tests. Please examine
/home/mydev/mysql-5.1-aid/mysql-test/var/log/warnings for details.

That file contains:
Warning: Not freed memory segments: 1
Warning: Memory that was not free'ed (256 bytes):

The error log contains:
Warning: Not freed memory segments: 1
Warning: Memory that was not free'ed (256 bytes):
           256 bytes at 0x0092bd8f0, allocated at line  137 in 'ha_example.cc'

How to repeat:
BUILD/compile-pentium-debug-max
cd mysql-test
./mysql-test-run alias
[13 Apr 2006 23:25] Antony Curtis
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in MySQL.

Additional info:

Duplicate of Bug#18889