summaryrefslogtreecommitdiff
path: root/storage/maria/ha_maria.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5 into 10.6mariadb-10.6.7Sergei Golubchik2022-02-101-1/+1
|\
| * MDEV-25787 Bug report: crash on SELECT DISTINCT thousands_blob_fieldsSergei Golubchik2022-02-101-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-0/+5
|\ \ | |/
| * MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-031-0/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-09-161-8/+9
|\ \ | |/
| * Fixed bug in aria_chk that overwrote sort_buffer_lengthMonty2021-09-151-4/+4
| * Improve error messages from Ariatmp-10.5-montyMonty2021-09-151-4/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-09-061-5/+10
|\ \ | |/
| * Added support for CHECK TABLE for S3 tablesMonty2021-09-011-5/+10
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-091-0/+20
|\ \ | |/
| * MDEV-25866 Upgrade from pre-10.5.10 to 10.5.10 causes CHECK errors on encrypt...Monty2021-06-071-0/+20
* | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-0/+1
* | Move debug_crash_here to it's own source filesMonty2021-05-191-1/+1
* | MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-0/+9
* | Reduce usage of strlen()Monty2021-05-191-15/+15
|/
* MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash rec...Monty2021-04-061-10/+43
* Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-2/+2
* Make maria_data_root const char*Monty2021-02-081-2/+1
* MDEV-24750 Various corruptions caused by Aria subsystem...Monty2021-02-031-2/+3
* Merge 10.4 into 10.5Marko Mäkelä2021-01-251-4/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-01-251-3/+0
| |\
| | * MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-221-3/+0
* | | 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-241-1/+1
* | | Merge branch '10.4' into 10.5Sujatha2020-09-291-2/+6
|\ \ \ | |/ /
| * | MDEV-17665 Assertion `!share and other errors on concurrent Aria operationsMonty2020-09-251-2/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-0/+4
|\ \ \ | |/ /
| * | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-0/+4
| * | 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
* | | S3 is pluggable nowSergei Golubchik2020-06-191-2/+20
* | | 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