summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14477 InnoDB update_time is wrongly updated after partial rollback or in...Sergey Vojtovich2017-12-221-7/+2
* @@in_predicate_conversion_thresholdSergei Golubchik2017-12-2116-71/+56
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-211-13/+1
|\
| * MDEV-14585: Adjust the innodb.innodb-alter-tempfile test caseMarko Mäkelä2017-12-211-13/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-203-34/+17
|\ \ | |/
| * MDEV-14585: Adjust the innodb.alter_crash test caseMarko Mäkelä2017-12-202-33/+16
| * MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during reco...Marko Mäkelä2017-12-201-1/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-2015-86/+250
|\ \ | |/
| * MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2017-12-2014-84/+248
* | Updated result for alter_crashMonty2017-12-201-3/+3
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1949-296/+863
|\ \ | |/
| * Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2017-12-198-105/+166
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-1933-265/+388
| |\
| | * Merge 10.1 to 10.2Marko Mäkelä2017-12-1922-233/+212
| | |\
| | | * Fix galera.view test case crash.Jan Lindström2017-12-191-1/+2
| | | * MDEV-13809: [service] should [Service] in systemd service filesDaniel Black2017-12-192-4/+6
| | | * MDEV-12128: systemd - add Documentation= directivesDaniel Black2017-12-192-2/+6
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-12-1813-213/+147
| | | |\
| | | | * MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-182-198/+74
| | | | * MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-185-8/+36
| | | | * MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-186-7/+37
| | | * | MDEV-10442: "Address already in use" on restartNirbhay Choubey2017-12-181-1/+0
| | | * | MW-416sjaakola2017-12-185-11/+44
| | | * | MDEV-13969 sst mysqldump and xtrabackup-v2 handle WSREP_SST_OPT_CONF incorrectlySergei Golubchik2017-12-181-1/+1
| | | * | MDEV-13969 sst mysqldump and xtrabackup-v2 handle WSREP_SST_OPT_CONF incorrectlyMartynas Bendorius2017-12-182-8/+8
| | | * | MDEV-13620 - improve help message for 'plugin-dir' and 'plugin-load'Vladislav Vaintroub2017-12-181-2/+4
| | | * | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-183-2/+34
| | | * | MDEV-14524 TokuDB is unable to be built on LinuxOleksandr Byelkin2017-12-141-2/+6
| | * | | MDEV-14629: failing assertion when a user-defined variable is defined by the ...bb-10.2-mdev14629Galina Shalygina2017-12-193-0/+101
| | * | | Fixed memory leak in my_rocksMonty2017-12-171-0/+2
| | * | | MDEV-14679: RocksdB plugin fails to load with "Loading of unknown plugin ROCK...Sergei Petrunia2017-12-165-12/+39
| | * | | MDEV-14293: MyRocks lacks basic functionalitySergei Petrunia2017-12-163-8/+10
| | * | | MDEV-14293: MyRocks lacks basic functionalitySergei Petrunia2017-12-156-17/+30
| | * | | Plug a small memory leak in mariabackup --backupMarko Mäkelä2017-12-141-1/+0
| * | | | xa.test fixed to be thread-stable.Alexey Botchkov2017-12-181-1/+2
| * | | | MDEV-14315 -- Reflect use of tcmalloc in a system variable and error logVesa Pentti2017-12-184-22/+68
| * | | | MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-188-13/+286
* | | | | Remove MLOG_UNDO_ERASE_ENDMarko Mäkelä2017-12-194-47/+1
* | | | | Replace MLOG_UNDO_INSERT with MLOG_WRITE_STRING, MLOG_2BYTESMarko Mäkelä2017-12-194-91/+9
* | | | | Replace MLOG_UNDO_INIT with MLOG_2BYTES, MLOG_4BYTESMarko Mäkelä2017-12-194-72/+11
* | | | | mysys: handle T, P, E suffixsDaniel Black2017-12-191-15/+27
* | | | | fix data races in rwlockEugene Kosov2017-12-197-46/+7
* | | | | MDEV-13073. rpl.perf_buildin_semisync_issue40 is corrected to expect the Rpl_...Andrei Elkin2017-12-182-24/+21
* | | | | Test result changedbb-10.3-mdev14579Galina Shalygina2017-12-181-2/+2
* | | | | MDEV-14579: New tests for condition pushdown into materialized views/defined ...Galina Shalygina2017-12-182-2/+4292
* | | | | MDEV-13073. This patch is a followup of the previous one to convert the trail...bb-10.3-semisyncAndrei Elkin2017-12-186-204/+204
* | | | | MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta...Andrei Elkin2017-12-1817-338/+347
* | | | | MDEV-13073. This patch replaces semisync's native function_enter,exitAndrei Elkin2017-12-184-158/+113
* | | | | MDEV-13073. This is a part with a new test (refined Ali'sAndrei Elkin2017-12-188-8/+804
* | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-1817-942/+137