summaryrefslogtreecommitdiff
path: root/storage/maria
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-11-133-12/+33
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-11-123-12/+33
| |\
| | * MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria tableMonty2020-11-023-12/+33
| * | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-0/+1
| |\ \ | | |/
* | | Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-11-021-18/+16
* | | 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-10-301-0/+3
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-0/+3
| |\ \ | | |/
| | * MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-0/+3
* | | S3 plugin fails to load depending on loaded storage enginesSergei Golubchik2020-10-242-9/+6
* | | MDEV-23648 s3.partition_move 'innodb' test failure - object deleted before co...Monty2020-10-212-1/+2
* | | Update S3 engine to maturity GammaMonty2020-10-211-1/+1
* | | MDEV-23730 s3.replication_partition 'innodb,mix' segvMonty2020-10-211-4/+7
* | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-214-14/+40
* | | Merge branch '10.4' into 10.5Sujatha2020-09-292-2/+9
|\ \ \ | |/ /
| * | MDEV-23296 Assertion `block->type == PAGECACHE_EMPTY_PAGE.. with aria_max_sor...Monty2020-09-251-0/+3
| * | MDEV-17665 Assertion `!share and other errors on concurrent Aria operationsMonty2020-09-251-2/+6
* | | Update libmarias3 to PR#92: updated PR#91, adds capability to support port nu...Sergei Petrunia2020-09-081-0/+0
* | | Update libmarias3 to PR#91 which adds capability to specify port numberSergei Petrunia2020-09-081-0/+0
* | | MDEV-23662: Make S3 Storage Engine usable with MinIOSergei Petrunia2020-09-083-0/+23
* | | 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-201-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-142-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-132-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-132-3/+3
| | |\ \ \ | | | |/ /
| | | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-112-3/+3
* | | | | fixup 58e759a9393f76e558c016a3f84656401b9de1ce: clang -Winconsistent-missing-...Marko Mäkelä2020-08-071-1/+1
* | | | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-042-89/+94
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-0/+1
| | |\ \ \ | | | |/ /
| | | * | 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
* | | | | MDEV-23362: s3 postfix libz -> zDaniel Black2020-08-041-2/+2
* | | | | MDEV-23362: s3 - link to zlibDaniel Black2020-08-041-2/+2
* | | | | MDEV-22980: Allow plugin-maturity=alpha so S3 plugin loadsOtto Kekäläinen2020-08-011-8/+18
* | | | | MDEV-23176: s3 curl library path fixDaniel Black2020-07-281-0/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-212-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-212-0/+5
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-1/+1
* | | | | Add man page for new command aria_s3_copyOtto Kekäläinen2020-07-081-1/+1
* | | | | fix clang buildEugene Kosov2020-06-253-17/+18