summaryrefslogtreecommitdiff
path: root/storage/myisammrg
Commit message (Expand)AuthorAgeFilesLines
* Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+1
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+1
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
| | | |\
| | | | * MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
| | | | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-273-6/+17
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-5/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-161-5/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-131-5/+8
| | |\ \ \ | | | |/ /
| | | * | Fix GCC 10.0 -Wstringop-overflowMarko Mäkelä2020-03-131-5/+8
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-104-7/+24
|/ / / /
* | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-053-3/+3
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1426-26/+26
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-1326-26/+26
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1126-26/+26
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1126-26/+26
* | | | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-121-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-271-8/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-271-8/+8
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2019-03-271-8/+8
| | |\ \
| | | * \ Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-261-8/+8
| | | |\ \ | | | | |/
| | | | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-8/+8
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-24/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-26/+21
| |\ \ \ \ | | |/ / /
| | * | | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-26/+21
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-0/+2
| | |\ \ \ | | | |/ /
| | | * | Disabled storage engine tests using LOCK with MERGE engineElena Stepanova2018-10-131-0/+2
* | | | | Follow-up for be6ae0bb6baa8a - fix test resultsElena Stepanova2018-05-192-7/+2
* | | | | Follow up for 9a8498066865b5 - adjustments to storage_engine testsElena Stepanova2018-05-032-5/+7
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | | | | Adjust test results to reflect the new system tableElena Stepanova2018-02-241-4/+13
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-192-27/+27
|\ \ \ \ \
| * | | | | Follow-up for 54db0be3be59 (Added Max_index_length and Temporary)Elena Stepanova2018-02-152-27/+27
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-062-6/+7
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+1
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-20/+22
* | | | | | MDEV 7701 extra() calls for VP engineMonty2017-12-031-1/+1
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
| * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-10/+10
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix results for parts/repair_table test after enabling it for MyISAMElena Stepanova2017-08-281-4/+4
* | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-252-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-172-6/+6
| |\ \ \ \ | | |/ / /