summaryrefslogtreecommitdiff
path: root/storage/maria
Commit message (Expand)AuthorAgeFilesLines
* This commit is a fixup for MDEV-22189.Rucha Deodhar2021-07-261-0/+0
* Merge 10.5 into 10.6Marko Mäkelä2021-06-211-2/+6
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-211-2/+6
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-06-211-2/+6
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-211-2/+6
| | | |\
| | | | * fix clang buildEugene Kosov2021-06-151-2/+6
| | * | | MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash rec...Monty2021-04-021-2/+2
* | | | | Updated libmarias3Monty2021-06-151-0/+0
* | | | | Updated libmarias3 to latest versionMonty2021-06-141-0/+0
* | | | | Aria now marks not used varchar space with MEM_UNDEFINED on read.Monty2021-06-142-1/+7
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-093-2/+29
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25866 Upgrade from pre-10.5.10 to 10.5.10 causes CHECK errors on encrypt...Monty2021-06-072-0/+21
| * | | | Fixed a DBUG_ASSERT when running zerofill() on aria tablesMonty2021-06-071-2/+8
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-0624-38/+30
* | | | | Fix all warnings given by UBSANMonty2021-05-191-21/+48
* | | | | 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-194-0/+14
* | | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-6/+29
* | | | | Make rename atomic/repeatable in MyISAM and AriaMonty2021-05-192-15/+24
* | | | | Do not display not moved tables as moved in aria_chkMonty2021-05-195-21/+30
* | | | | Improved code comment and removed nop testMonty2021-05-191-1/+9
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-2/+2
* | | | | Reduce usage of strlen()Monty2021-05-191-15/+15
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-042-11/+13
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25507 CHECK on encrypted Aria table complains about "Wrong LSN"Monty2021-04-302-11/+13
* | | | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-088-40/+129
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17913 fixup: Correct a DBUG_PRINT format stringMarko Mäkelä2021-04-081-1/+1
| * | | | MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash rec...Monty2021-04-068-40/+129
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-265-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-225-8/+8
* | | | | Aria: Add transaction id to log of create tableMonty2021-03-206-7/+39
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-119-63/+84
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-119-63/+84
| |\ \ \ \ | | |/ / /
| | * | | mark Aria allocations for temp tables as MY_THREAD_SPECIFICSergei Golubchik2021-03-089-63/+81
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-052-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-052-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-052-0/+2
| | |\ \ \ | | | |/ /
| | | * | Fixed printing of wring filname "maria_open" in maria.maria-recovery2.testMonty2021-03-012-0/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+0
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+0
| | | |\ \ | | | | |/
| | | | * maria: ma_recovery cppcheck va_start called twiceDaniel Black2021-01-211-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-1115-31/+34
|\ \ \ \ \ | |/ / / /
| * | | | Make maria_data_root const char*Monty2021-02-0811-20/+19
| * | | | Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-0810-11/+15
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-072-2/+19
|\ \ \ \ \ | |/ / / /