summaryrefslogtreecommitdiff
path: root/storage/maria/ha_maria.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Marko Mäkelä2022-12-131-0/+1
|\
| * Merge branch '10.5' into 10.6Daniel Black2022-12-131-0/+1
| |\
| | * Fixed a crash during automatic zerofill of moved Aria tableMonty2022-12-051-0/+1
* | | Merge 10.7 into 10.8Marko Mäkelä2022-12-121-15/+65
|\ \ \ | |/ /
| * | Fix GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-12-121-1/+1
| * | Fixed bug in Aria when used with enterprise mariadb-backupMonty2022-12-081-15/+65
* | | Merge 10.7 into 10.8Marko Mäkelä2022-06-091-0/+1
|\ \ \ | |/ /
| * | Improve error reporting in AriaMonty2022-06-071-0/+1
* | | Merge 10.7 into 10.8Marko Mäkelä2022-02-171-3/+9
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2022-02-171-3/+9
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2022-02-171-3/+9
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-02-171-3/+9
| | | |\
| | | | * MDEV-17223 Assertion `thd->killed != 0' failed in ha_maria::enable_indexesMonty2022-02-161-3/+9
| | | * | Merge 10.3 into 10.4Marko Mäkelä2021-11-091-0/+5
| | | |\ \ | | | | |/
| | | | * MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-0/+5
* | | | | Merge branch '10.7' into 10.8mariadb-10.8.2Sergei Golubchik2022-02-101-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-27434 DESC attribute does not work with auto-increment on secondary colu...Sergei Golubchik2022-01-261-1/+7
|/ / / /
* | | | 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