summaryrefslogtreecommitdiff
path: root/storage/maria/ma_create.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-0/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-0/+1
| |\
| | * MDEV-23222 SIGSEG in maria_create() because of double freeMonty2020-10-291-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-11/+5
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-3/+3
| |\ \ | | |/
| | * 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
* | | | | Reduce number of syncs to create a transactional aria table from 6 to 3Monty2020-08-201-1/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-2/+1
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+6
* | | | | move Aria/S3 specific flag into Aria codeSergei Golubchik2019-08-231-2/+1
* | | | | MDEV-20306 Assert when converting encrypted Aria table to S3Monty2019-08-231-1/+2
* | | | | MDEV-20279 Increase Aria index length limitMonty2019-08-231-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\
| | | | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | | | MDEV-17841 S3 storage engineMonty2019-05-231-0/+2
|/ / / / /
* | | | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-141-8/+14
|/ / / /
* | | | Removed even more warning that was found with -WunusedMonty2018-04-301-2/+2
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-3/+0
|\ \ \ \ | |/ / /
| * | | Fixed compiler warningsMonty2018-01-271-4/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-241-8/+7
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-211-8/+7
| |\ \ \ \ | | |/ / /
| | * | | Fixed MDEV-14326 engine ARIA with row_format=FIXED is brokenMonty2018-01-181-8/+7
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-35/+24
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-35/+24
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2017-10-021-35/+24
| | |\ \ \ | | | |/ /
| | | * | cleanup: reduce code duplicationSergei Golubchik2017-09-271-34/+23
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-09-281-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-281-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Fixed compiler warningMonty2017-09-271-5/+5
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-251-8/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-251-8/+33
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2017-09-251-8/+33
| | |\ \ \ | | | |/ /
| | | * | MDEV-11846: ERROR 1114 (HY000) table full when performing GROUP BYVarun Gupta2017-09-241-8/+33
* | | | | Remove dumping of some not needed core's when running test suiteMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-041-5/+5
|\ \ \ \ | |/ / /
| * | | Added tmp_disk_table_size to limit size of Aria temp tables in tmpdirMonty2017-06-301-5/+5
| |/ /
* | | Fixed compiler warnings and warnings from build.tagsMonty2017-05-081-1/+1
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-27/+30
|\ \
| * \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-27/+30
| |\ \ | | |/
| | * bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-271-27/+30