summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22716: Assertion `0' failed in Type_handler_row::subquery_type_allows_ma...bb-10.3-varunVarun Gupta2020-12-153-1/+29
* MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61...Varun Gupta2020-12-141-1/+1
* remove the test for MDEV-22485 that doesn't test MDEV-22485Sergei Golubchik2020-12-123-152/+0
* MDEV-24279 Segfault after 1 day and 5 minutes uptimeSergei Golubchik2020-12-111-0/+1
* MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-095-14/+169
* MDEV-22485: add the test casebb-10.3-anel-MDEV-22485-mysqlslapAnel Husakovic2020-12-073-0/+152
* mdev-22485 mysqlslap does not use current user as defaultDan Solodko2020-12-071-3/+0
* Fixing compile failure on kvm full-textVarun Gupta2020-12-031-2/+9
* MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-011-2/+2
* After merge fixesMonty2020-12-011-2/+2
* MDEV-24323 Crash on recovery after kill during instant ADD COLUMNMarko Mäkelä2020-12-013-7/+57
* Merge 10.2 into 10.3Marko Mäkelä2020-12-0166-230/+1895
|\
| * MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-0115-128/+1204
| * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-3021-84/+164
| * Disable mysqldump-system.test if auth socket plugin is not dynamicMonty2020-11-301-0/+5
| * MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-263-1/+30
| * MDEV-24275 InnoDB persistent stats analyze forces full scan forcing lock crashEugene Kosov2020-11-251-1/+1
| * Skip main.lock_view for cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-11-251-0/+1
| * Cleanup: row_log_free()Marko Mäkelä2020-11-255-5/+8
| * MDEV-24097 node restart overlaps with earlier still ongoing SST processsjaakola2020-11-231-0/+8
| * MDEV-22136 : wsrep_restart_slave = 1 does not always workJan Lindström2020-11-233-0/+306
| * MDEV-19179 Regression: SELECT ... UNION ... with inconsistent column names failsIgor Babaev2020-11-194-2/+95
| * MDEV-24100 Failed to read test report file: Invalid byte 2 of 3-byte UTF-8 se...Rasmus Johansson2020-11-181-3/+7
| * MDEV-24188 fixup: Correct the FindBlockX predicateMarko Mäkelä2020-11-181-2/+2
| * MDEV-24220 Server crash in base_list_iterator::next orIgor Babaev2020-11-173-0/+46
| * MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"Sergei Petrunia2020-11-171-1/+1
| * MDEV-24169 : Galera test failure on galera_rsu_simpleJan Lindström2020-11-171-0/+3
| * MDEV-24166 : Galera test failure on galera_toi_alter_auto_incrementJan Lindström2020-11-172-2/+4
| * MDEV-24164 : Galera test failure on galera_fk_cascade_deleteJan Lindström2020-11-171-0/+8
| * MDEV-24161: shortcut OQGRAPH dependency checks if disabledDaniel Black2020-11-161-0/+4
* | Fixed maria.create testMonty2020-11-301-0/+1
* | MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-309-28/+215
* | MDEV-24230 subquery on information_schema fails with error messageSergei Golubchik2020-11-253-13/+16
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-2512-64/+42
* | MDEV-24084 Fix race between disconnect and KILL CONNECTIONVladislav Vaintroub2020-11-241-2/+1
* | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-238-46/+114
* | Do not run maria.repair with --embedded as memory usage is differentMonty2020-11-161-0/+6
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-11-141-1/+1
|\ \ | |/
| * Fix to make it compiling on new ubuntu.Oleksandr Byelkin2020-11-141-1/+1
* | MDEV-24188: Merge 10.2 into 10.3Marko Mäkelä2020-11-136-57/+96
|\ \ | |/
| * MDEV-24188 Hang in buf_page_create() after reusing a previously freed pageMarko Mäkelä2020-11-136-58/+97
* | MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-135-26/+312
|\ \ | |/
| * MDEV-23619 MariaDB crash on WITH RECURSIVE UNION ALL (CTE) queryIgor Babaev2020-11-135-25/+309
* | Merge branch '10.2' into 10.3Sujatha2020-11-124-10/+27
|\ \ | |/
| * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-124-10/+27
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-1215-289/+149
|\ \ | |/
| * Merge mariadb-10.2.36 into 10.2Marko Mäkelä2020-11-116-15/+143
| |\
| * | bump the VERSIONDaniel Bartholomew2020-11-111-1/+1
| * | Cleanup: Remove dict_space_is_empty(), dict_space_get_id()Marko Mäkelä2020-11-112-161/+1
| * | MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10