summaryrefslogtreecommitdiff
path: root/storage/heap
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-1/+1
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | | | Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2023-02-031-49/+51
* | | | Add limits for how many IO operations a table access will doMonty2023-02-021-1/+0
* | | | Changing all cost calculation to be given in millisecondsMonty2023-02-022-21/+65
* | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-022-4/+18
|/ / /
* | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-4/+1
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-4/+1
| |\ \ | | |/
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-4/+1
| | |\
| | | * Fix clang -Wunused-but-set-variable in unit testsMarko Mäkelä2022-07-261-4/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-091-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-06-081-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-06-081-1/+1
| | |\ \ | | | |/
| | | * MDEV-21373 DBUG compilation - bad synchronization in ha_heap::external_lock()Vladislav Vaintroub2021-06-041-1/+1
* | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
|/ / /
* | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2021-01-251-3/+0
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-01-251-3/+0
| |\ \ | | |/
| | * MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-221-3/+0
* | | Add -berok for head test on AIXEtienne Guesnet2020-12-161-0/+5
* | | MDEV-22677 UPDATE crashes on partitioned HEAP table WITHOUT OVERLAPSNikita Malyavin2020-11-021-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-18/+13
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-16/+11
| |\ \ | | |/
| | * MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-1/+1
| | * cleanup: use my_multi_malloc(), etcSergei Golubchik2020-10-231-15/+10
* | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-1/+1
* | | remove mysql_declare_plugin declaration from some pluginsSergei Golubchik2020-07-041-17/+0
* | | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-041-3/+9
* | | cleanup, less #ifdef'sSergei Golubchik2020-07-042-2/+2
* | | Split tdc_remove_table()Sergey Vojtovich2020-04-031-1/+1
* | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-2/+4
* | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-273-5/+7
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-2/+3
|\ \ \ | |/ /
| * | Added keyread_time() to HEAPMonty2020-03-091-2/+3
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-107-20/+27
* | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-282-37/+46
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-071-14/+13
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-061-14/+13
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-11-061-14/+13
| | |\
| | | * Merge 10.1 to 10.2Marko Mäkelä2019-11-061-14/+13
| | | |\
| | | | * Merge 5.5 into 10.1mariadb-10.1.43Marko Mäkelä2019-11-061-14/+13
| | | | |\
| | | | | * MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-041-14/+13
* | | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-072-6/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-012-6/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-312-6/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-302-6/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-10-302-6/+4
| | | | |\ \ | | | | | |/