summaryrefslogtreecommitdiff
path: root/sql/thr_malloc.cc
Commit message (Expand)AuthorAgeFilesLines
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+3
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-3/+4
|\ \ \ \
| * | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-3/+4
| |/ / /
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-11/+2
* | | MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc()Sergey Vojtovich2015-11-261-9/+0
* | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-12/+0
* | | MDEV-8717 - Obsolete sql_strdup() in favor of THD::strdup() and thd_strdup()Sergey Vojtovich2015-11-261-10/+0
* | | MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup()Sergey Vojtovich2015-11-261-9/+0
|/ /
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+1
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-4/+1
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+3
|/
* 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\
* | | \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \
| * \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | merge.Sergei Golubchik2010-11-251-0/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-2/+6
| |\ \ \ | | |/ /
| * | | MWL#36: Add a mysqlbinlog option to change the used database.Alexander Ivanov2009-10-161-0/+2
* | | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-111-2/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-2/+6
| |/ /
* | | Backport: Remove unused and ancient files, functions, and facilities.Davi Arnaut2010-05-281-4/+0
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+4
* | | WL#2110 (SIGNAL)Marc Alff2009-09-101-3/+4
|/ /
* | Merge from 5.0Staale Smedseng2009-06-291-1/+1
|\ \ | |/
| * Merge from 5.0-btStaale Smedseng2009-06-291-1/+1
| * Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-111-3/+28
* | Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-121-3/+27
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-16/+15
|/
* my_strtoll10-x86.s:unknown2006-12-311-1/+1
* Many files:unknown2006-12-231-2/+1
* Simpler arena swapping codeunknown2004-11-081-1/+1
* A fix according to Monty's request:unknown2004-10-291-1/+4
* After merge fixesunknown2003-05-211-0/+30
* fixed bug in determinating uncacheable queriesunknown2003-01-301-1/+1
* Update copyrightunknown2001-12-061-3/+3
* Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBunknown2001-09-021-1/+3
* Update to new root alloc, OPTIMIZE TABLE and some other changesunknown2000-09-121-2/+2
* FLUSH TABLE table_listunknown2000-08-221-1/+1
* RENAME TABLE table_name TO new_table_name ; Faster Allocunknown2000-08-211-4/+1