summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25978 : rsync SST does not work with custom binlog nameJan Lindström2021-06-251-0/+5
* Merge 10.3 into 10.4Marko Mäkelä2021-06-214-11/+7
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-06-214-10/+6
| |\
| | * fix clang buildEugene Kosov2021-06-152-11/+1
| | * MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-0/+8
| | * eventscheduler mismatch of my_{malloc,free}, deleteJordy Zomer2021-06-151-1/+1
| | * MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-092-0/+4
* | | MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32Vladislav Vaintroub2021-06-103-231/+175
* | | mdl_dbug_print_locks(): make it useful in gdb tooSergei Golubchik2021-06-092-37/+32
* | | Merge 10.3 into 10.4Marko Mäkelä2021-06-083-3/+8
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-06-081-2/+5
| |\ \ | | |/
| | * MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-021-1/+1
| | * MDEV-25635 Assertion failure when pushing from HAVING into WHERE of viewIgor Babaev2021-06-021-1/+4
| * | MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-06-072-1/+3
| * | MDEV-25714 Join using derived with aggregation returns incorrect resultsIgor Babaev2021-06-031-5/+22
* | | MDEV-25714 Join using derived with aggregation returns incorrect resultsIgor Babaev2021-06-031-5/+22
* | | Fixed that compile-pentium64-valgrind-max worksMonty2021-06-021-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-06-021-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-06-021-0/+1
| |\ \ | | |/
| | * MDEV-25730 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-06-021-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-06-018-29/+39
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-06-018-30/+32
| |\ \ | | |/
| | * MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-304-0/+23
| | * Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-273-29/+3
| | * MDEV-25730: maria.repair test fails with valgrindSergei Golubchik2021-05-251-2/+7
| * | MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assertMonty2021-05-261-0/+10
* | | MDEV-25551 applying crash with tables without PKsjaakola2021-05-261-2/+28
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-259-30/+39
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-2418-242/+638
| |\ \ | | |/
| | * CONNECT: move jar files to /usr/share and include them in DEBsSergei Golubchik2021-05-221-1/+1
| | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-2114-208/+574
| | * MDEV-22462: Item_in_subselect::create_single_in_to_exists_cond(JOIN *, Item *...Sergei Petrunia2021-05-211-23/+21
| | * MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-202-1/+8
| | * MDEV-25728: mysqld --help --verbose creates a log-bin-index fileDaniel Black2021-05-201-2/+2
| | * MDEV-25629: Crash in get_sort_by_table() in subquery with order by having out...Sergei Petrunia2021-05-191-0/+1
* | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-2515-211/+545
* | | MDEV-25562 Assertion `pause_seqno_.is_undefined() == false' failed in void ws...mkaruza2021-05-211-3/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-185-46/+54
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-188-40/+69
| |\ \ | | |/
| | * MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-171-1/+9
| | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-174-36/+36
| | * 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-151-125/+80
| | * MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-05-141-1/+1
| | * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-143-1/+18
| | * MDEV-20821 parallel slave server shutdown hangAndrei Elkin2021-05-141-0/+3
| * | MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-171-125/+80
* | | MDEV-25693: SST failed due to incorrect connection addressJulius Goryavsky2021-05-171-2/+2
* | | MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-171-122/+77
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-102-44/+60
|\ \ \ | |/ /