summaryrefslogtreecommitdiff
path: root/storage/maria
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22284 Aria table key read crash because wrong index usedbb-10.2-midenok2Aleksey Midenkov2021-11-021-1/+7
* compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-251-3/+2
* fix clang buildEugene Kosov2021-08-231-3/+0
* fix clang buildEugene Kosov2021-06-151-2/+6
* maria: ma_recovery cppcheck va_start called twiceDaniel Black2021-01-211-1/+0
* Merge 10.1 into 10.2Marko Mäkelä2020-09-011-3/+3
|\
| * MDEV-23569 temporary tables can overwrite existing filesSergei Golubchik2020-08-251-3/+3
* | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-112-3/+3
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-0/+1
|\ \ | |/
| * MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-0/+1
* | Fixed crash in aria recovery when using bulk insertMonty2020-05-262-12/+24
* | Fixed assert in Aria on SHOW PROCEDURE STATUSMonty2020-05-191-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-1/+1
|\ \ | |/
| * Fix clang 10 warningsMarko Mäkelä2020-04-271-1/+2
| * Aria: Avoid unused variables in embedded serverMarko Mäkelä2020-04-271-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-221-1/+2
|\ \ | |/
| * Fix GCC 10 -WoverflowMarko Mäkelä2020-04-171-1/+2
* | Fixed memory leak with fulltext indexesMonty2020-04-181-1/+2
* | MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-192-27/+29
* | Fix clang 10 warningsMarko Mäkelä2020-03-131-1/+2
* | MDEV-14183: aria_pack segfaults in compress_maria_fileVlad Lesin2020-01-211-7/+9
* | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-192-4/+0
* | Fixed bug in lock tables + alter table with Aria tables.Monty2019-10-161-11/+15
* | MDEV-19740: Fix GCC 9.2.1 -Wmaybe-uninitialized on AMD64Marko Mäkelä2019-09-271-1/+1
* | Fix of query cache bug in AriaMonty2019-09-042-2/+20
* | Fixed some errors & warnings found by clangMonty2019-08-081-1/+3
* | Remove a conditionally unused declarationMarko Mäkelä2019-07-191-1/+4
* | Merge 10.1 into 10.2Eugene Kosov2019-07-096-28/+45
|\ \ | |/
| * imporve clang buildEugene Kosov2019-06-253-9/+8
| * Fixed Aria recovery progress printingMichael Widenius2019-06-252-20/+30
| * Give a readable error if aria_log page numbers doesn't matchMichael Widenius2019-06-251-2/+9
| * Backport aria usage if LSN_FMT from 10.3Michael Widenius2019-06-2515-240/+241
* | MDEV-14996 kill during FLUSH TABLES FOR EXPORT causes assertMonty2019-06-271-1/+1
* | MDEV-17576 Assertion in maria_extra upon ALTER on table with triggers and locksMonty2019-06-251-1/+0
* | Remove the unused function maria_cloneMarko Mäkelä2019-06-241-14/+1
* | MDEV-19595 fixedMichael Widenius2019-06-195-9/+24
* | MDEV-18078 Assertion `trnman_has_locked_tables(trn) > 0' failedMichael Widenius2019-06-181-1/+2
* | MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-172-2/+3
* | MDEV-18207: ASAN heap-use-after-free in _ma_get_status upon concurrent operat...Vlad Lesin2019-05-311-2/+5
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-13139-139/+139
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-114-4/+4
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-112-2/+2
| * | Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-11134-134/+134
| |\ \ | | |/
| | * Update FSF addressMichal Schorm2019-05-10134-134/+134
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-252-3/+3
|\ \ \ | |/ /
| * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-222-3/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-8/+9
|\ \ \ | |/ /
| * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-8/+9
* | | Fixed bug in redo handling of batch insert in AriaMonty2019-03-141-0/+13