summaryrefslogtreecommitdiff
path: root/mysys/safemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-221-5/+5
|\
| * Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-5/+5
| * Fix compilation failures on Windows caused by the patch for Bug#17199.konstantin@mysql.com2006-06-271-1/+1
* | Correcting signature for my_strndup to be able to build on Windowsmats@romeo.(none)2006-07-071-1/+1
* | Rename of my_strdup_with_lenght to match the more common "strndup" method. So...brian@zim.tangent.org2006-01-251-1/+1
|/
* Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-4/+4
* Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...monty@narttu.mysql.fi2003-07-181-3/+3
* Changed safemalloc structure to not have to be 8 byte aligned. (Portability p...monty@narttu.mysql.fi2003-06-121-157/+148
* Indentationmonty@narttu.mysql.fi2003-06-121-128/+123
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-28/+28
* Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-4/+3
|\
| * Allocate HEAP blocks in smaller blocks to get better memory utilization and m...monty@hundin.mysql.fi2002-10-131-4/+3
* | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-7/+7
* | Portability fixes.monty@mashka.mysql.fi2002-09-111-0/+14
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...monty@hundin.mysql.fi2002-08-171-69/+4
* | Fixed bug in REPAIR table.monty@hundin.mysql.fi2002-06-281-2/+4
* | Added the following new privleges:monty@mashka.mysql.fi2002-06-121-7/+4
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-97/+97
* | fixed bug in truncating temp tablessasha@mysql.sashanet.com2002-04-081-0/+3
* | safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not havesasha@mysql.sashanet.com2002-04-051-1/+1
* | Make safemalloc work without threadsmonty@hundin.mysql.fi2002-04-031-10/+22
* | coverted my_thread_init() /end to use my_malloc()/my_free() to help tracksasha@mysql.sashanet.com2002-03-261-1/+69
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
|/
* BitKeeper/triggers/post-commitsasha@mysql.sashanet.com2000-11-041-7/+2
* libmysql/libmysql.csasha@mysql.sashanet.com2000-10-281-2/+13
* Import changesetbk@work.mysql.com2000-07-311-0/+518