summaryrefslogtreecommitdiff
path: root/mysys/safemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-1/+1
* WL#2360 Performance schemaMarc Alff2009-12-091-9/+9
* Bug#43932 myisam index corruption with large index and large Vladislav Vaintroub2009-04-291-1/+1
* Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
| * Backport of my_malloc() changes from 5.1 to make it 64-bit safe on Unix platf...kaa@polly.local2007-08-291-14/+13
* | Bug#37995 Error message truncation in test "innodb" in embedded mode.Alexey Botchkov2009-02-051-1/+1
* | Bug#35616: memory overrun on 64-bit linux on setting large values for keybuff...Tatiana A. Nurnberg2008-08-211-26/+27
* | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1monty@mysql.com/narttu.mysql.fi2007-10-111-0/+23
* | Fixes Bug#30127: --debug-info no longer prints memory usage in mysqlmonty@mysql.com/nosik.monty.fi2007-08-011-8/+10
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-36/+36
* | Merge polly.local:/tmp/maint/bug26844/my50-bug26844kaa@polly.local2007-03-281-2/+2
|\ \ | |/
| * Fix for bug #26844 "Memory allocation failures ignored by slave IO thread".kaa@polly.local2007-03-261-2/+2
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | 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