summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24414 Update and enable galera.galera_defaultsbb-10.3-MDEV-24414Stepan Patryshev2020-12-152-2/+1
* MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-094-2/+125
* MDEV-24323 Crash on recovery after kill during instant ADD COLUMNMarko Mäkelä2020-12-012-7/+50
* Merge 10.2 into 10.3Marko Mäkelä2020-12-0116-3/+1066
|\
| * MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-015-1/+715
| * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-302-0/+2
| * MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-262-0/+28
| * MDEV-22136 : wsrep_restart_slave = 1 does not always workJan Lindström2020-11-233-0/+306
| * 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
* | Fixed maria.create testMonty2020-11-301-0/+1
* | Do not run maria.repair with --embedded as memory usage is differentMonty2020-11-161-0/+6
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-124-10/+84
|\ \ | |/
| * MDEV-23103 rpl.rpl_gtid_delete_domain failed in buildbotAlice Sherepa2020-11-042-10/+4
| * Fix MTR test galera.galera_triggerDaniele Sciascia2020-11-032-0/+80
* | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2020-11-032-126/+0
|\ \ | |/
| * Clean up wsrep.variablesJan Lindström2020-11-032-66/+0
* | MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria tableMonty2020-11-022-0/+27
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-3012-43/+69
|\ \ | |/
| * Fix sporadic test failure on galera_parallel_apply_3nodes.Jan Lindström2020-10-302-5/+23
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-292-9/+9
| |\
| | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-292-9/+9
| * | remove non-working debug assertSergei Golubchik2020-10-291-2/+1
| * | MDEV-24026: InnoDB: Failing assertion: os_total_large_mem_allocated >= size u...Vlad Lesin2020-10-292-1/+6
| * | MDEV-22707 : galera got stuck after flush tablesJan Lindström2020-10-281-0/+1
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-284-26/+29
| |\ \ | | |/
| | * Fix test failure on wsrep/variables test case.Jan Lindström2020-10-241-0/+1
| | * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-232-0/+7
| | * MDEV-10149: sys_vars.rpl_init_slave_func fails sporadically in buildbotSujatha2020-10-222-27/+21
* | | MDEV-23222 SIGSEG in maria_create() because of double freeMonty2020-10-292-0/+33
* | | MDEV-23159 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Monty2020-10-292-0/+66
* | | After-merge fix: sys_vars.sysvars_innodb,32bitMarko Mäkelä2020-10-281-272/+550
* | | Merge 10.2 into 10.3Marko Mäkelä2020-10-284-0/+47
|\ \ \ | |/ /
| * | MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-272-0/+45
* | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2821-45/+4222
|\ \ \ | |/ /
| * | MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-272-16/+20
| * | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-272-0/+4
| * | MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-272-0/+77
| * | MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-253-2/+4
| * | MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-244-0/+8
| * | MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-233-0/+3928
| * | precedence bugfixingSergei Golubchik2020-10-231-25/+25
| * | MDEV-23492 performance_schema_digests_size changing from default to 5000 when...Sergei Golubchik2020-10-232-2/+2
| * | MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-233-0/+99
| * | MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-232-1/+75
* | | MDEV-24018: SIGSEGV in Item_func_nextval::update_table on SELECT SETVALAnel Husakovic2020-10-272-0/+12
* | | MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-232-1/+75
* | | MDEV-21786 mysqldump will forget sequence definition details on --no-data dumpAnel Husakovic2020-10-231-28/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2244-145/+680
|\ \ \ | |/ /