summaryrefslogtreecommitdiff
path: root/storage/maria/ha_maria.cc
Commit message (Expand)AuthorAgeFilesLines
* SHOW TABLE STATUS now shows if an Aria table is transactional or notMonty2020-05-291-1/+5
* MDEV-22686 # Assertion `trn' failed in ha_maria::start_stmtMonty2020-05-241-1/+4
* Aria will now register it's transactionsMonty2020-05-231-30/+65
* Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-3/+3
* Fix that BACKUP STAGE BLOCK_COMMIT blocks commit to the Aria engineMonty2020-05-231-0/+7
* Fixed typo in variable descriptionMonty2020-05-231-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-04-291-1/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-04-271-1/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-04-271-1/+1
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-04-271-1/+1
| | | |\
| | | | * Aria: Avoid unused variables in embedded serverMarko Mäkelä2020-04-271-1/+1
| | | | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fixed memory leak if Aria didn't startMonty2020-04-231-0/+3
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-1/+1
* | | | | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-1/+1
* | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-1/+2
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-3/+6
* | | | | mysqld --help will now load mysqld.options tableMonty2020-03-241-12/+39
* | | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-0/+2
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-1/+31
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for my...Sachin2020-02-031-1/+26
| * | | | MDEV-18791 Wrong error upon creating Aria table with long index on BLOBSachin Setiya2020-02-021-0/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-191-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-191-3/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-151-3/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-2/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-2/+19
| | |\ \ \ | | | |/ /
| | | * | Fix of query cache bug in AriaMonty2019-09-041-2/+19
* | | | | 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-0/+2
* | | | | alloc_on_stack: simplify the APISergei Golubchik2019-08-231-1/+1
* | | | | MDEV-20279 Increase Aria index length limitMonty2019-08-231-5/+5
* | | | | Don't copy uninitialized bytes when copying varstringsMonty2019-08-151-1/+1
* | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-4/+5
* | | | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-5/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-191-1/+4
| | |\ \ \ | | | |/ /
| | | * | Remove a conditionally unused declarationMarko Mäkelä2019-07-191-1/+4
| * | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-14996 kill during FLUSH TABLES FOR EXPORT causes assertMonty2019-06-271-1/+1
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-271-1/+2
|\ \ \ \ \ | |/ / / /