summaryrefslogtreecommitdiff
path: root/storage/heap/hp_create.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-4/+18
|\ \
| * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-4/+18
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-10-231-4/+18
| | |\
| | | * Bug#27799513: POTENTIAL DOUBLE FREE OR CORRUPTION OF HEAPArun Kuruvila2018-06-291-3/+17
| | | * Bug#18463911 : SERVER CRASHES ON CREATING A TEMP TABLE WITHArun Kuruvila2014-06-261-1/+1
| | | * Bug #18463911 : SERVER CRASHES ON CREATING A TEMP TABLEArun Kuruvila2014-06-251-2/+2
| | | * Bug#11759349 -- Merge of patch from mysql-5.1.Ashish Agarwal2011-09-271-0/+1
| | | |\
| | | | * BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STOREAshish Agarwal2011-09-271-0/+1
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ | | | | |/
| | | * | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-4/+0
| | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-3/+3
| | | * | WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-5/+15
| | | * | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-6/+0
| | | * | WL#2360 Performance schemaMarc Alff2009-12-041-10/+11
| | | * | Backport of:Konstantin Osipov2009-11-241-2/+2
| | | |/
| | | * Added support for 'internal temporary tables' in HEAP tables.monty@mysql.com/nosik.monty.fi2007-07-251-19/+34
| | | * WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-10/+10
| | | * Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
| | | * Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
| | | * Merge april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.0svoj@april.(none)2006-05-181-0/+2
| | | * Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-081-0/+1
| | | * WL #528: Faster free_tmp_tableramil@ndbmaster.mysql.com2005-11-061-4/+22
| | | * Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-2/+2
| | | * Changes to create storage directory for storage engines. brian@zim.(none)2005-04-261-0/+271
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-02-221-3/+5
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-3/+5
| |\ \ | | |/
| | * bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-02-111-3/+5
| | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+1
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | Remove some allocations not needed for internal temporary tables.Monty2015-02-011-6/+9
|/ /
* | 5.5.39 mergeSergei Golubchik2014-08-071-1/+2
|\ \ | |/
| * mysql-5.5.39 mergeSergei Golubchik2014-08-021-1/+2
| |\
| | * Bug#18463911 : SERVER CRASHES ON CREATING A TEMP TABLE WITHArun Kuruvila2014-06-261-1/+1
| | * Bug #18463911 : SERVER CRASHES ON CREATING A TEMP TABLEArun Kuruvila2014-06-251-2/+2
* | | 5.5 mergeSergei Golubchik2014-03-261-2/+2
|\ \ \ | |/ /
| * | MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-261-2/+2
* | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-5/+5
* | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+7
|/ /
* | Use less memory when growing HEAP tables. See MDEV-436Michael Widenius2012-08-071-6/+17
* | Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-3/+11
|\ \
| * | Speedups:Michael Widenius2012-03-231-3/+11
| * | Merge with 5.2.Michael Widenius2011-12-111-0/+1
| |\ \
| | * \ Merge with MariaDB 5.1Michael Widenius2011-11-241-0/+1
| | |\ \
* | | \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug#11759349 -- Merge of patch from mysql-5.1.Ashish Agarwal2011-09-271-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STOREAshish Agarwal2011-09-271-0/+1
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | |/ / /