summaryrefslogtreecommitdiff
path: root/storage/heap/ha_heap.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-221-0/+9
|\
| * improve ASAN instrumentation: table->record[0]Sergei Golubchik2018-01-221-1/+9
| * bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-01-161-0/+1
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | 5.5 mergeSergei Golubchik2014-03-261-3/+6
|\ \ | |/
| * MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-261-3/+6
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
* | 10.0-monty mergeSergei Golubchik2013-07-211-6/+6
|\ \
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-6/+6
* | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-10/+0
|/ /
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+1
* | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-4/+0
|/
* 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\
| * Merge with 5.2.Michael Widenius2011-12-111-2/+5
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+5
| | |\
| | | * Merge with MySQL 5.1.60Michael Widenius2011-11-231-0/+1
| | | |\
| | | * \ 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-3/+6
|\ \ \ \ \ \
| * \ \ \ \ \ 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-07-031-4/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | | | | Merging into mysql-5.5.16-release.Mats Kindahl2011-08-151-1/+2
| * | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+5
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-14/+32
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-13/+1
| * | | | | MergeIgor Babaev2011-05-201-0/+4
| |\ \ \ \ \
| | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+4
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge with MariaDB 5.2Michael Widenius2011-05-101-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | / | | | | |_|/ | | | |/| |
| * | | | | Added HANDLER support for MEMORY tablesMichael Widenius2011-01-111-0/+13
| * | | | | Fixed some compiler warnings found when compiling for windows.Michael Widenius2010-11-301-1/+4
| * | | | | Fix for LP BUG#606013: Adding bit field support for heap tables.unknown2010-11-231-1/+11
| |/ / / /
* | | | | less boilerplate code - move common operations to wrappersSergei Golubchik2011-07-141-21/+0
* | | | | post-merge fixes.Sergei Golubchik2011-07-021-7/+0
* | | | | 5.5-mergeSergei Golubchik2011-07-021-2/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Manual merge from 5.1Mattias Jonsson2011-04-201-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-2/+2
| | | |/ | | |/|
| * | | Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.cDavi Arnaut2010-10-061-0/+7
* | | | merge.Sergei Golubchik2010-11-251-0/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Maria WL#61unknown2010-04-011-0/+17
| |/
* | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+1
* | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+1
* | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* | WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-48/+75
* | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+3
* | After-fix for WL#2649 Number-to-string conversion.Alexander Barkov2010-02-261-1/+1
* | WL#2360 Performance schemaMarc Alff2009-12-041-3/+7
* | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-0/+8
|\ \ | |/