summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20210 If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't...bb-10.3-anel-MDEV-20210-show_invisibleAnel Husakovic2019-08-143-0/+25
* MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-144-7/+5
* Merge 10.2 to 10.3Marko Mäkelä2019-08-1381-984/+1700
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-08-131-1/+1
| |\
| | * MDEV-20138 innodb.trx_id_future fails on big-endianMarko Mäkelä2019-08-131-0/+10
| | * MDEV-20335: Extra trans_commit_stmt after rollback caused by incorrect fix of...Jan Lindström2019-08-131-1/+1
| * | MDEV-20060: Remove bogus unit from error messageMarko Mäkelä2019-08-131-1/+1
| * | MDEV-20310: Make InnoDB crash tests Valgrind-friendlyMarko Mäkelä2019-08-135-148/+200
| * | MDEV-20324: Galera threads are not registered to performance schemaJan Lindström2019-08-137-7/+148
| * | MDEV-17847 Galera test failure on MW-328[A|B|C]Jan Lindström2019-08-1310-28/+55
| * | MDEV-17614: After-merge fixMarko Mäkelä2019-08-1211-259/+55
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-1222-92/+452
| |\ \ | | |/
| | * Merge 5.5 into 10.1Marko Mäkelä2019-08-122-2/+10
| | |\
| | | * Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-121-1/+3
| | | * Document TRASH_FILL, TRASH_ALLOC, TRASH_FREEMarko Mäkelä2019-08-121-1/+9
| | | * bump the VERSIONDaniel Bartholomew2019-07-311-1/+1
| | * | MDEV-17614: Re-record a resultMarko Mäkelä2019-08-121-0/+2
| | * | MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-099-74/+294
| | * | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-074-6/+60
| | * | MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log ma...Sujatha2019-08-053-1/+75
| | * | MDEV-17638 Improve error message about corruption of encrypted pagebb-10.1-MDEV-17638-improve-warningEugene Kosov2019-08-011-1/+2
| | * | bump the VERSIONDaniel Bartholomew2019-07-311-1/+1
| | * | Fix extra space in mysql-test READMEAnel Husakovic2019-07-311-2/+2
| | * | List of unstable tests for 10.1.41 release (updated)mariadb-10.1.41Elena Stepanova2019-07-261-11/+27
| * | | Fixed issues found by valgrindMonty2019-08-126-42/+12
| * | | MDEV-16955: rocksdb_sys_vars.rocksdb_update_cf_options_basicSergei Petrunia2019-08-101-0/+2
| * | | Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-085-0/+54
| * | | Fixed some errors & warnings found by clangMonty2019-08-085-6/+9
| * | | Fixed connect_debug.test to not depend on system error messageMonty2019-08-081-0/+1
| * | | Updated BUILD/compile-pentium64-asan-maxMonty2019-08-081-1/+1
| * | | revert accidental libmariadb changeEugene Kosov2019-08-081-0/+0
| * | | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-0710-16/+147
| * | | fix build (-Werror + -Wignored-qualifiers)Eugene Kosov2019-08-062-12/+0
| * | | Cleanup: this is how to use spanEugene Kosov2019-08-051-32/+28
| * | | MDEV-20103 add a class similar to std::spanEugene Kosov2019-08-051-0/+157
| * | | MDEV-20227: rocksdb.rocksdb_concurrent_delete fails on windowsSergei Petrunia2019-08-041-1/+4
| * | | Post-merge fixes for rocksdb.group_min_max testSergei Petrunia2019-08-044-360/+395
| * | | bump the VERSIONDaniel Bartholomew2019-07-311-1/+1
| * | | List of unstable tests for 10.2.26 release (updated)mariadb-10.2.26Elena Stepanova2019-07-271-13/+30
* | | | MDEV-20138 innodb.trx_id_future fails on 10.3+Marko Mäkelä2019-08-132-1/+4
* | | | Fixing `MDEV-20303 SPACE(-1) returns a wrong data type` compilation problem i...Alexander Barkov2019-08-131-1/+1
* | | | MDEV-17609 mysql client sets wrong application name for Readline libraryAleksey Midenkov2019-08-111-4/+5
* | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-114-1/+42
* | | | MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-114-0/+31
* | | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-114-2/+42
* | | | MDEV-19304 Segfault in ALTER TABLE after UPDATE for SIMULTANEOUS_ASSIGNMENTAleksey Midenkov2019-08-113-5/+28
* | | | MDEV-20068 History partition rotation is not done under LOCK TABLESAleksey Midenkov2019-08-113-2/+38
* | | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-114-6/+63
* | | | MDEV-20303 SPACE(-1) returns a wrong data typeAlexander Barkov2019-08-093-57/+158
* | | | A cleanup for `MDEV-20273 Add class Item_sum_min_max` - removing duplicate codeAlexander Barkov2019-08-096-109/+97