summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assertMonty2021-05-263-0/+105
* | | Remove unnecessary test caseJan Lindström2021-05-262-22/+0
* | | MDEV-25769 : Galera test failure on galera_sr.GCF-627Jan Lindström2021-05-262-8/+11
* | | MDEV-25551 applying crash with tables without PKsjaakola2021-05-266-2/+414
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-2541-92/+509
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-2451-307/+1511
| |\ \ | | |/
| | * MDEV-25663 Double free of transaction during truncate operationThirunarayanan Balathandayuthapani2021-05-241-8/+2
| | * MDEV-25721 Double free of table when inplace alterThirunarayanan Balathandayuthapani2021-05-234-11/+55
| | * MDEV-25663 Double free of transaction during truncate operationThirunarayanan Balathandayuthapani2021-05-231-1/+6
| | * MDEV-25759: is_local_ip function can come to incorrect conclusionJulius Goryavsky2021-05-232-16/+49
| | * cmake: fewer Build-Depends in SRPMSergei Golubchik2021-05-225-7/+18
| | * CONNECT: move jar files to /usr/share and include them in DEBsSergei Golubchik2021-05-224-10/+14
| | * cmake: silence repeated git searches tooSergei Golubchik2021-05-221-0/+13
| | * cmake: fix FindJava/FindJNI wrappers for cmake re-runsSergei Golubchik2021-05-222-0/+10
| | * MDEV-25641 max_password_errors not working with ed25519 auth pluginSergei Golubchik2021-05-223-4/+176
| | * MDEV-24996 file conflict in rpm packagesSergei Golubchik2021-05-221-2/+2
| | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-2117-218/+987
| | * MDEV-25664 Potential hang in purge for virtual columnsMarko Mäkelä2021-05-211-2/+4
| | * MDEV-22462: Item_in_subselect::create_single_in_to_exists_cond(JOIN *, Item *...Sergei Petrunia2021-05-213-25/+43
| | * MDEV-25719: stunnel uses "verifyChain" without subject checksJulius Goryavsky2021-05-2122-233/+367
| | * MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-204-1/+63
| | * MDEV-25728: mysqld --help --verbose creates a log-bin-index fileDaniel Black2021-05-203-4/+4
| | * MDEV-25629: Crash in get_sort_by_table() in subquery with order by having out...Sergei Petrunia2021-05-193-0/+25
| | * MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-192-2/+5
| | * Updated galera_3nodes disabled.def filebb-10.2-rameshRamesh Sivaraman2021-05-181-1/+0
| * | MDEV-25719: stunnel uses "verifyChain" without subject checksJulius Goryavsky2021-05-2119-132/+332
* | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-2517-211/+948
* | | MDEV-25719 post-merge correction: wsrep_debug=ON -> wsrep_debug=1Julius Goryavsky2021-05-222-1/+3
* | | MDEV-25719: stunnel uses "verifyChain" without subject checksJulius Goryavsky2021-05-2118-131/+339
* | | MDEV-25562 Assertion `pause_seqno_.is_undefined() == false' failed in void ws...mkaruza2021-05-213-3/+43
* | | MDEV-25710: Dead code os_file_opendir() in the serverMarko Mäkelä2021-05-188-414/+301
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-1815-53/+426
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-1821-45/+722
| |\ \ | | |/
| | * MDEV-25594: Assertion failure in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-05-182-6/+22
| | * wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
| | * MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-173-1/+144
| | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-178-38/+257
| | * MDEV-25681: --relay-log{,-index} missing warningDaniel Black2021-05-171-2/+2
| | * MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-156-210/+215
| | * Added missing connection lines to some testsJulius Goryavsky2021-05-153-0/+120
| | * MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-05-143-1/+42
| | * MDEV-25336 Parallel replication causes failed assert while restartingSachin Kumar2021-05-141-1/+7
| | * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-145-1/+39
| | * MDEV-20821 parallel slave server shutdown hangAndrei Elkin2021-05-144-0/+266
| | * mtr: --gdb mode, also quote ";", not only " "Sergei Golubchik2021-05-111-1/+1
| | * MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-112-1/+1
| | * bump the VERSIONDaniel Bartholomew2021-05-101-1/+1
| | * MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-1013-472/+644
| * | wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
| * | MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-174-194/+204