summaryrefslogtreecommitdiff
path: root/storage/myisam
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Vladislav Vaintroub2021-11-121-0/+8
|\
| * MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022Vladislav Vaintroub2021-11-111-0/+8
* | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-1/+5
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-131-3/+10
|\ \ | |/
| * MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-111-3/+10
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-231-3/+0
|\ \ | |/
| * fix clang buildEugene Kosov2021-08-231-3/+0
* | Merge 10.2 into 10.3Marko Mäkelä2021-06-211-2/+6
|\ \ | |/
| * fix clang buildEugene Kosov2021-06-151-2/+6
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+2
|\ \ | |/
| * MDEV-19011 Assertion `file->s->base.reclength < file->s->vreclength' failedNikita Malyavin2021-04-271-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+5
|\ \ | |/
| * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+5
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-031-3/+3
|\ \ | |/
| * 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-131-2/+1
|\ \ \ | |/ /
| * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-111-2/+1
* | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-2/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-023-3/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-013-3/+3
| |\ \ | | |/
| | * mtr: use env for perlDaniel Black2020-06-233-3/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-0/+6
|\ \ \ | |/ /
| * | MDEV-17153 server crash on repair table ... use_frmSergei Golubchik2020-05-271-0/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2020-04-221-1/+3
|\ \ \ | |/ /
| * | Fixed memory leak with fulltext indexesMonty2020-04-181-1/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-24/+25
|\ \ \ | |/ /
| * | MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-191-24/+25
| * | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-192-4/+0
| * | MDEV-19740: Fix GCC 9.2.1 -Wmaybe-uninitialized on AMD64Marko Mäkelä2019-09-272-2/+2
* | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-151-3/+4
* | | Cleanup mman.h includesSergey Vojtovich2019-10-024-12/+0
* | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-2419-29/+29
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-2419-29/+29
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-2419-29/+29
| | |\
| | | * Fix spelling mistakes in MyISAM code commentsIan Gilfillan2019-09-2019-29/+29
| | * | imporve clang buildEugene Kosov2019-06-252-5/+4
* | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-191-1/+1
* | | | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-171-1/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1478-78/+78
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1378-78/+78
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1177-77/+77
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1177-77/+77
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | cleanup: move checksum code to handler classSergei Golubchik2019-05-072-7/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-252-3/+3
|\ \ \ \ | |/ / /
| * | | 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