summaryrefslogtreecommitdiff
path: root/storage/heap
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+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.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
* | 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
* | 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 keyread_time() to HEAPMonty2020-03-091-2/+3
* | 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.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
| | | |\ \ | | | | |/
| | | | * MDEV-18783 - Server crash in hp_rb_make_keySergey Vojtovich2019-10-302-6/+4
| | | * | imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | | Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-231-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-1/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-08-201-1/+3
| | * | | Revert "Fixes a problem with heap when scanning and insert rows at the same t...Sergei Golubchik2019-08-201-6/+9
| | * | | Fixes a problem with heap when scanning and insert rows at the same timeMonty2019-08-201-9/+6
* | | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-052-2/+2
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-1930-32/+30
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-171-2/+0
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1430-30/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1330-30/+30
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1130-30/+30
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-1130-30/+30
* | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-02-152-134/+2
|\ \ \ \ \ | |/ / / /
| * | | | hash (storage): hp_hashnr is localDaniel Black2019-02-132-2/+2
| * | | | heap: remove NEW_HASH_FUNCTIONDaniel Black2019-02-131-132/+0
* | | | | Added new MDL_BACKUP locks for all backup stagesMonty2018-12-091-1/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-4/+18
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-4/+18
| |\ \ \ | | |/ /
| | * | 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-262-2/+2
| | | | | * Bug #18463911 : SERVER CRASHES ON CREATING A TEMP TABLEArun Kuruvila2014-06-252-4/+5
| | | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-0612-12/+23
| | | | | * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-1913-13/+13
| | | | | * Bug #11759445: CAN'T DELETE ROWS FROM MEMORY TABLE WITH HASH KEY.Venkata Sidagam2012-11-071-4/+14
| | | | | |\