summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | UBSAN: Fix a bit shift overflowMarko Mäkelä2020-09-231-2/+2
| | * | | | | | | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wmaybe-uninitializedMarko Mäkelä2020-09-233-21/+14
| | * | | | | | | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wformat-overflowMarko Mäkelä2020-09-231-3/+4
| | * | | | | | | Ukrainian error text translations added.bb-10.2-ukOleksandr Byelkin2020-09-221-1/+9
| * | | | | | | | MDEV-23823 Crash in SELECT NEXT VALUE on locked viewVladislav Vaintroub2020-09-283-0/+26
* | | | | | | | | Fix MTR test wsrep.variablesDaniele Sciascia2020-09-282-0/+7
* | | | | | | | | MDEV-23675 Assertion `pos < table->n_def' fails in dict_table_get_nth_colThirunarayanan Balathandayuthapani2020-09-253-2/+35
* | | | | | | | | Reverted wrong patch for mysql_upgradeMonty2020-09-252-3/+3
* | | | | | | | | Added asssert to init_of_queries() to make it more safeMonty2020-09-252-1/+6
* | | | | | | | | MDEV-23296 Assertion `block->type == PAGECACHE_EMPTY_PAGE.. with aria_max_sor...Monty2020-09-253-0/+41
* | | | | | | | | MDEV-17665 Assertion `!share and other errors on concurrent Aria operationsMonty2020-09-257-4/+173
* | | | | | | | | MDEV-23318 Assertion `cache_empty(keycache)' failed in prepare_resize_simple_...Monty2020-09-253-4/+118
* | | | | | | | | MDEV-21470 ASAN heap-use-after-free in my_hash_sort_binMonty2020-09-254-15/+63
* | | | | | | | | Fix for timeout in rpl.rpl_parallel_retryMonty2020-09-252-3/+3
* | | | | | | | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-256-59/+134
* | | | | | | | | Fixed BUILD script to make plugin-file_key_management DYNAMICMonty2020-09-251-1/+1
* | | | | | | | | Backported setting of transcation.on=1 in THD::reset_for_reuse()Monty2020-09-251-0/+1
* | | | | | | | | MDEV-23559: Galera LeakSanitizer: detected memory leaks in galera.GAL-419mkaruza2020-09-241-6/+3
* | | | | | | | | Window , MTR : fix lookup for mysql_install_db.exeVladislav Vaintroub2020-09-231-1/+2
* | | | | | | | | Fix the WolfSSL build on FreeBSDMarko Mäkelä2020-09-231-3/+3
* | | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-2218-17/+163
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-2218-17/+159
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-09-2219-17/+160
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | systemd: mariadb@bootstrap - clear ExecStartPre and ExecStartPostDaniel Black2020-09-221-0/+5
| | | |/ / / / /
| | | * | | | | MDEV-21839: Handle crazy offset to SHOW BINLOG EVENTSSujatha2020-09-164-6/+61
| | | * | | | | mtr: main.mysql_upgrade - record after correcting error messageDaniel Black2020-09-141-2/+2
| | | * | | | | mysql_upgrade: fix error textDaniel Black2020-09-121-1/+1
| | | * | | | | MDEV-17438 rpl.show_status_stop_slave_race-7126 fails with timeout on WindowsSachin2020-09-111-1/+1
| | | * | | | | MDEV-9501: rpl.rpl_binlog_index, rpl.rpl_gtid_crash, rpl.rpl_stm_multi_query ...Sujatha2020-09-074-5/+23
| | | * | | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-077-539/+1534
| | | * | | | | InnoDB, XtraDB: handle EOPNOTSUPP from posix_fallocate()xdavidwu2020-09-042-0/+2
| | | * | | | | MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collatio...Alexander Barkov2020-09-036-3/+63
* | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-229-18/+56
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-229-18/+56
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-22939: Restore an AUTO_INCREMENT checkMarko Mäkelä2020-09-221-0/+6
| | * | | | | | MDEV-22939 Server crashes in row_make_new_pathname()Marko Mäkelä2020-09-223-9/+30
| | * | | | | | Make DISCARD TABLESPACE more robustMarko Mäkelä2020-09-221-1/+1
| | * | | | | | MDEV-23776: Re-apply the fix and make the test more robustMarko Mäkelä2020-09-224-4/+7
| | * | | | | | MDEV-23705 Assertion 'table->data_dir_path || !space'Marko Mäkelä2020-09-223-1/+23
| | * | | | | | Revert "MDEV-23776 Test encryption.create_or_replace fails with a warning"Marko Mäkelä2020-09-221-6/+0
* | | | | | | | MDEV-23659 : Update Galera disabled.def fileJan Lindström2020-09-221-2/+0
* | | | | | | | MDEV-21170 : Galera test failure on galera_sr.GCF-1043[A|B]Jan Lindström2020-09-225-68/+5
* | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-09-2112-106/+248
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-09-2116-110/+339
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-23776: Add the reduced encryption.create_or_replace testMarko Mäkelä2020-09-212-0/+101
| | * | | | | | MDEV-23711 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2020-09-211-1/+1
| | * | | | | | MDEV-23776: Split encryption.create_or_replaceMarko Mäkelä2020-09-213-65/+2
| | * | | | | | MDEV-23776 Test encryption.create_or_replace fails with a warningMarko Mäkelä2020-09-211-0/+6
| | * | | | | | MDEV-23659 : Update Galera disabled.def fileJan Lindström2020-09-211-0/+1
| | * | | | | | Fix try.Jan Lindström2020-09-213-5/+91