summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanuptt-10.3-trxid_fixesMarko Mäkelä2019-12-182-3/+4
* MDEV-18865 add @return, collapse function to one line, this -> theese, "colum...Nikita Malyavin2019-12-181-8/+4
* MDEV-18865 Assertion `t->first->versioned_by_id()' failed in innodb_prepare_c...Nikita Malyavin2019-12-184-2/+39
* MDEV-18875 Assertion `thd->transaction.stmt.ha_list == __null || trans == &th...Nikita Malyavin2019-12-183-1/+30
* Remove unused mlog_catenate_ulint_compressed()Marko Mäkelä2019-12-162-32/+0
* Update test result post mergeVicențiu Ciorbaru2019-12-131-3/+3
* Merge branch '10.2' into 10.3Vicențiu Ciorbaru2019-12-135-372/+223
|\
| * PR #1127 and PR #1150Anel Husakovic2019-12-133-13/+83
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-1367-800/+834
|\ \ | |/
| * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-1366-745/+792
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-1246-2954/+2729
|\ \ | |/
| * MDEV-21255: Deadlock of parallel slave and mariabackup (with failed logVlad Lesin2019-12-124-1/+26
| * MDEV-19380: ASAN heap-use-after-free in Protocol::net_store_dataVarun Gupta2019-12-123-0/+21
| * bump the VERSIONDaniel Bartholomew2019-12-111-1/+1
| * MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-32/+6
| * MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-22/+53
| * Cleanup test sys_vars.innodb_buffer_pool_size_basicMarko Mäkelä2019-12-102-13/+2
| * MDEV-14482 - Cache line contention on ut_rnd_interval()Marko Mäkelä2019-12-105-33/+20
| * MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSRMarko Mäkelä2019-12-104-74/+34
| * MDEV-21256: Simplify ut_rnd_interval()Marko Mäkelä2019-12-107-105/+14
| * MDEV-21256: Reduce the use of ut_rnd_gen_next_ulint()Marko Mäkelä2019-12-105-105/+39
| * MDEV-21223 innodb_fts.sync_ddl fails in buildbot, server crashed in que_thr_stepEugene Kosov2019-12-101-2/+5
| * MDEV-18460: Server crashed in strmake / tdc_create_key / THD::create_tmp_tabl...Oleksandr Byelkin2019-12-103-0/+45
| * Cleanup: Replace a redundant statement with an assertionMarko Mäkelä2019-12-091-1/+1
| * MDEV-21254 Remove unused keywords from the InnoDB SQL parserMarko Mäkelä2019-12-098-2630/+1486
| * MDEV-21189: Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_l...Jan Lindström2019-12-095-1/+901
| * MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name.Alexey Botchkov2019-12-093-2/+102
| * CONC-417 Windows clients using Schannel often encounter error SEC_E_INVALID_T...Vladislav Vaintroub2019-12-081-3/+0
| * CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature chec...Vladislav Vaintroub2019-12-084-15/+14
| * List of unstable tests for 10.2.30 releasemariadb-10.2.30Elena Stepanova2019-12-051-356/+97
* | MDEV-20667 Server crash on pop_cursorAlexander Barkov2019-12-125-3/+594
* | bump the VERSIONDaniel Bartholomew2019-12-111-1/+1
* | MDEV-20900: IN predicate to IN subquery conversion causes performance regressionVarun Gupta2019-12-105-6/+142
* | 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