Bug #16634 safemalloc errors in frm handling
Submitted: 19 Jan 2006 14:49 Modified: 11 Feb 2006 16:05
Reporter: Sergei Golubchik Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Alexey Botchkov CPU Architecture:Any

[19 Jan 2006 14:49] Sergei Golubchik
Description:
Error: Freeing unallocated data at line 264, 'unireg.cc'
...
            94 bytes at 0x009371598, allocated at line  369 in 'unireg.cc'

How to repeat:
in safemalloc builds

mysql> create table `t1` (a int);
Error: Freeing unallocated data at line 264, 'unireg.cc'

stop mysqld:
...
            94 bytes at 0x009371598, allocated at line  369 in 'unireg.cc'
...