summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-11-0624-110/+400
|\
| * Follow-up to 792c9f9a4977ea428537ca34435d39bd17cec5ffmariadb-10.2.29Marko Mäkelä2019-11-064-29/+19
| * Merge 10.1 to 10.2Marko Mäkelä2019-11-0618-58/+257
| |\
| | * Merge 5.5 into 10.1mariadb-10.1.43Marko Mäkelä2019-11-062-15/+14
| | |\
| | | * bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | | * MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-042-15/+14
| | * | MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-064-32/+17
| | * | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | * | Fix ninja buildVladislav Vaintroub2019-11-051-1/+2
| | * | Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-045-11/+8
| | * | Fix build on !glibc/powerpc*pkubaj2019-11-021-1/+1
| | * | MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-014-0/+146
| | * | MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-013-0/+71
| | * | List of unstable tests for 10.1.42 releasemariadb-10.1.42Elena Stepanova2019-10-311-123/+81
| * | | MDEV-20934 Infinite loop on innodb_fast_shutdown=0 with inconsistent change b...Marko Mäkelä2019-11-063-8/+106
| * | | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| * | | cleanup: replace some mtr_read_ulint() with mach_read_from_4()Eugene Kosov2019-11-011-17/+11
| * | | cleanup: get rid of dict_index_add_to_cache_w_vcol()Eugene Kosov2019-11-013-50/+13
| * | | List of unstable tests for 10.2.28 releasemariadb-10.2.28Elena Stepanova2019-10-311-105/+100
* | | | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
* | | | List of unstable tests for 10.3.19 releasemariadb-10.3.19Elena Stepanova2019-11-031-144/+161
* | | | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-11-015-13/+60
* | | | MDEV-17171: RocksDB Tables do not have "Creation Date"bb-10.3-MDEV-17171Sergei Petrunia2019-11-0119-77/+323
* | | | MDEV-20938 Double free of dict_foreign_t during instant ALTER TABLEThirunarayanan Balathandayuthapani2019-11-013-26/+58
* | | | MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ha_partition::up...Alexey Botchkov2019-11-014-8/+73
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-31107-1357/+2599
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-312-62/+0
| |\ \ \ | | |/ /
| | * | MDEV-20927: Remove duplicated codeMarko Mäkelä2019-10-312-62/+0
| * | | new CC 3.1 due to typo in itOleksandr Byelkin2019-10-311-0/+0
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2019-10-304-8/+41
| |\ \ \ | | |/ /
| | * | cleanupSergei Golubchik2019-10-301-8/+3
| | * | MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-304-0/+38
| * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-10-307-334/+319
| |\ \ \
| | * | | Fix wrong second parameter in snprintfOlivier Bertrand2019-10-161-2/+2
| | * | | Some small changes.Olivier Bertrand2019-10-164-297/+311
| | * | | - Remove some incorrect compile flagsOlivier Bertrand2019-09-103-38/+9
| * | | | new CC 3.1Oleksandr Byelkin2019-10-301-0/+0
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-3042-229/+356
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '10.1' into bb-10.1-releaseOleksandr Byelkin2019-10-301-1/+2
| | |\ \ \
| | | * | | MDEV-19432 Systemd service does not get re-enabled after upgradeSergei Golubchik2019-10-301-1/+2
| | * | | | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-10-303-17/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Revert "MDEV-14448: Ctrl-C should not exit the client"mariadb-5.5.66Sergei Golubchik2019-10-301-13/+2
| | | * | | MDEV-18783 - Server crash in hp_rb_make_keySergey Vojtovich2019-10-302-6/+4
| | | * | | compilation fix for Windowsbb-5.5-releaseSergei Golubchik2019-10-301-0/+2
| | * | | | Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2019-10-3032-1612/+2083
| | |\ \ \ \
| | | * \ \ \ Merge branch 'ob-10.1' into 10.1Olivier Bertrand2019-08-2432-1618/+2094
| | | |\ \ \ \
| | | | * | | | Fix xml(2)_mult.test result mismatchOlivier Bertrand2019-08-242-8/+8
| | | | * | | | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-2430-1610/+2086
| | * | | | | | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2019-10-3019-133/+232
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | 5.6.45-86.1Oleksandr Byelkin2019-10-3019-134/+231