summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23445: LIMIT ROWS EXAMINED throws error in Debug build onlybb-10.3-MDEV-23445Rucha Deodhar2020-10-112-7/+5
* Merge 10.2 into 10.3Marko Mäkelä2020-10-011-3/+7
|\
| * MDEV-23856 fts_optimize_wq accessed after shutdown of FTS Optimize threadThirunarayanan Balathandayuthapani2020-09-301-3/+7
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-3015-60/+45
|\ \ | |/
| * Cleanup: Remove unused fts_cache_t::optimize_lockMarko Mäkelä2020-09-307-12/+0
| * Cleanup: Remove constant parameters async=false, index_name=NULLMarko Mäkelä2020-09-294-41/+6
| * MDEV-23839 innodb_fast_shutdown=0 hang on change buffer mergeMarko Mäkelä2020-09-291-1/+4
| * Merge 10.1 into 10.2Marko Mäkelä2020-09-296-14/+42
| |\
| | * Cleanup: Remove unused rw_lock_t::writer_is_wait_exMarko Mäkelä2020-09-292-14/+2
| | * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-284-0/+37
* | | Merge branch '10.2' into 10.3Sujatha2020-09-2829-49/+178
|\ \ \ | |/ /
| * | MDEV-23659 : Update Galera disabled.def fileJan Lindström2020-09-281-6/+5
| * | Merge branch '10.1' into 10.2Sujatha2020-09-2819-24/+103
| |\ \ | | |/
| | * MDEV-22330: mysqlbinlog stops with an error Don't know how to handle column t...Sujatha2020-09-283-7/+80
| | * Reverted wrong patch for mysql_upgradebb-10.1-danielblack-mysqlupgrade-revertMonty2020-09-262-3/+3
| | * Revert "[MDEV-7978] add show create user"Daniel Black2020-09-2416-701/+118
| | * MDEV-23697: /usr/bin/perl for debian scriptsDaniel Black2020-09-241-1/+1
| | * MDEV-23697: perl -w -> perlDaniel Black2020-09-2413-13/+13
| | * Merge branch '10.1' of https://github.com/MariaDB/server into 10.1Daniel Black2020-09-241-0/+5
| | |\
| | * | [MDEV-7978] Update test cases for sysvars_server_embedded.Vicențiu Ciorbaru2020-09-201-2/+2
| | * | [MDEV-7978] Make show_create_user testcase not run on embedded buildVicențiu Ciorbaru2020-09-201-0/+2
| | * | [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2020-09-204-12/+37
| | * | [MDEV-7978] Added show create user implementation.Vicențiu Ciorbaru2020-09-204-93/+233
| | * | [MDEV-7978] Update test casesVicențiu Ciorbaru2020-09-202-3/+3
| | * | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2020-09-207-1/+36
| | * | [MDEV-7978] Update test casesVicențiu Ciorbaru2020-09-202-3/+3
| | * | [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2020-09-206-3/+331
| | * | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2020-09-207-20/+73
| * | | MDEV-23659 : Update Galera disabled.def fileJan Lindström2020-09-281-0/+6
| * | | MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-09-233-6/+10
| * | | 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
* | | | 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.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