summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backporting from 10.2 PR #1127 and PR #1150bb-10.3-anel-fix-grants-check-constraintsAnel Husakovic2019-12-097-382/+233
* List of unstable tests for 10.3.21 releasemariadb-10.3.21Elena Stepanova2019-12-061-406/+128
* MDEV-21234 Server crashes in in setup_on_expr upon 3rd execution of SPAleksey Midenkov2019-12-053-1/+67
* Merge pull request #1261 from robertbindar/mdev-17978Robert Bindar2019-12-053-1/+23
* MDEV-21233 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheAleksey Midenkov2019-12-053-1/+22
* MDEV-21172 Memory leak after failed ADD PRIMARY KEYMarko Mäkelä2019-12-056-23/+78
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-0457-522/+1017
|\
| * MDEV-18497 : CTAS async replication from mariadb master crashes galera nodes ...Jan Lindström2019-12-042-9/+29
| * Galera test fix after merge.Oleksandr Byelkin2019-12-031-0/+8
| * vew CC v 3.1Oleksandr Byelkin2019-12-031-0/+0
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-12-0327-348/+529
| |\
| | * - Fix MDEV-13782Olivier Bertrand2019-11-267-35/+54
| | * These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-244-41/+44
| | * Fix compile error (missing declaration) in tabrest.cppOlivier Bertrand2019-11-212-14/+19
| | * Fix compile error (missing declaration) in tabrest.cppOlivier Bertrand2019-11-211-5/+5
| | * Fix compile error (imcomplete switch) in ha_connect.ccOlivier Bertrand2019-11-211-0/+4
| | * These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-216094-53517/+90832
| | |\
| | * | Fix missing declaration in tabrest.cpp causing compiling failure on LinuxOlivier Bertrand2019-11-161-1/+1
| | * | =====================================================================Olivier Bertrand2019-11-1619-266/+412
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-0323-117/+435
| |\ \ \
| | * \ \ Merge branch '5.5' into 10.1Oleksandr Byelkin2019-12-035-28/+34
| | |\ \ \
| | | * | | Using `variables` instead of `values` in mysqld --help documentation would be...Anel Husakovic2019-12-023-3/+3
| | | * | | Update `stracer` description in `mtr`. `strace-client` is not usedAnel Husakovic2019-11-291-1/+1
| | | * | | MDEV-15503: mtr fix --straceDaniel Black2019-11-291-21/+27
| | | * | | Fixed some typos in mysql.ccHashir Sarwar2019-11-221-3/+3
| | * | | | Fix the line break warning (groff/lintian).Faustin Lammler2019-12-021-2/+4
| | * | | | cleanup: replace exit(1) with abort()Eugene Kosov2019-11-301-3/+3
| | * | | | InnoDB: log unsuccessful calls to pthread_attr_init() and pthread_create() be...Eugene Kosov2019-11-301-2/+12
| | * | | | try to fix data races in DBUGEugene Kosov2019-11-281-2/+40
| | * | | | cracklib-runtime needs a comma after to parse properlyVicențiu Ciorbaru2019-11-261-1/+1
| | * | | | MDEV-13288: Proper fix for cracklib-runtimeVicențiu Ciorbaru2019-11-262-2/+1
| | * | | | MDEV-13288: Upstream debian patchVicențiu Ciorbaru2019-11-261-0/+1
| | * | | | Fix incorrect DBUG_ENTER message for join_read_lastSeth Shelnutt2019-11-261-1/+1
| | * | | | MDEV-19572 async slave node fails to apply MyISAM only writes (#1418)seppo2019-11-265-2/+116
| | * | | | cleanup DBUGEugene Kosov2019-11-211-39/+28
| | * | | | cleanup: remove always true condition to fix clang warningEugene Kosov2019-11-191-1/+1
| | * | | | Remove excessive sleep from test.Jan Lindström2019-11-181-1/+1
| | * | | | MDEV-18497 CTAS async replication from mariadb master crashes galera nodes (#...seppo2019-11-186-1/+156
| | * | | | MDEV-21044: Wrong result when using a smaller size for sort bufferVarun Gupta2019-11-183-0/+47
| | * | | | systemd: mariadb@bootstrap doesn't bootstrap, galera_new_cluster doesDaniel Black2019-11-141-1/+1
| * | | | | check parameters of io_submit() and LinuxAIOHandler::reserve_slot()Eugene Kosov2019-12-031-0/+12
| * | | | | MDEV-21198 : Galera test failure on galera_var_notify_cmdJan Lindström2019-12-032-12/+13
| * | | | | InnoDB: Remove unused get_wkb_of_default_point()Marko Mäkelä2019-12-032-45/+0
* | | | | | Merge remote-tracking branch 'origin/bb-10.3-release' into 10.3Oleksandr Byelkin2019-12-044-7/+26
|\ \ \ \ \ \
| * | | | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-041-5/+1
| * | | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-043-1/+34
* | | | | | | Merge branch 'bb-10.3-release' into 10.3Oleksandr Byelkin2019-12-048-3/+46
|\ \ \ \ \ \ \
| * | | | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-033-1/+11
| |/ / / / / /
| * | | | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-035-2/+35
* | | | | | | Update innodb_i_s_tables_disabled.result post typo fixVicențiu Ciorbaru2019-12-031-1/+1