summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21303 Make executables MariaDB named10.5-MDEV-21303Rasmus Johansson2020-03-2037-662/+367
* Fix MTR test galera_3nodes_sr.galera_vote_sr (#1439)Daniele Sciascia2020-03-203-44/+47
* MDEV-13626: Import and adjust buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-1910-7/+634
* MDEV-21962: Fix a bug in buf_pool_t::clear_hash_index()Marko Mäkelä2020-03-192-6/+3
* MDEV-21975: Fix the resultMarko Mäkelä2020-03-191-1/+1
* MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to ...Andrei Elkin2020-03-182-0/+61
* Travis-CI: Ignore clang/GCC 6 that permanently fails on 10.5 branchbb-10.5-pr1471Otto Kekäläinen2020-03-181-0/+3
* Travis-CI: Shorten deb build log to keep it under 4 MBOtto Kekäläinen2020-03-181-2/+7
* Deb: Fix executable bit so dh-exec works (regression in fd2dc9c3fdfb7)Otto Kekäläinen2020-03-182-2/+2
* MDEV-21942: Correctly use newer libpcre2 version (regression in b6b6980)Otto Kekäläinen2020-03-182-1/+8
* Merge branch '10.4' into 10.5Vicențiu Ciorbaru2020-03-184-14/+110
|\
| * Merge branch '10.3' into 10.4Vicențiu Ciorbaru2020-03-183-4/+4
| |\
| | * Change exec bit to allow dh-exec to workVicențiu Ciorbaru2020-03-181-0/+0
| | * Fixed multi_update_debug.testMonty2020-03-162-4/+4
| * | Updated aria_pack to support transactional tablesMonty2020-03-171-10/+106
* | | MDEV-21962 Allocate buf_pool staticallyMarko Mäkelä2020-03-1829-2168/+1873
* | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-1831-65/+645
* | | MDEV-21966: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-181-7/+7
* | | MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-1815-4/+423
* | | merge 10.4 to 10.5Monty2020-03-1873-481/+730
|\ \ \ | |/ /
| * | Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-172-3/+7
| * | MDEV-21932 A fast plan with ROR index-merge is ignored whenbb-10.4-monty3Igor Babaev2020-03-173-0/+95
| * | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-1768-483/+634
| * | MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2020-03-171-1/+1
* | | MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksumAlexander Barkov2020-03-184-1/+61
* | | MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_ima...Alexander Barkov2020-03-187-2/+165
* | | MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, syn...Alexander Barkov2020-03-1812-5/+301
* | | MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variablesAlexander Barkov2020-03-1820-9/+546
* | | MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variablesAlexander Barkov2020-03-1851-27/+1392
* | | MDEV-21963 Bind BINLOG ADMIN to a number of global system variablesAlexander Barkov2020-03-1731-14/+910
* | | MDEV-21961 Bind CONNECTION ADMIN to a number of global system variablesAlexander Barkov2020-03-1730-21/+1531
* | | MDEV-21960 Bind READ_ONLY ADMIN to @@read_onlyAlexander Barkov2020-03-176-2/+115
* | | MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_lo...Alexander Barkov2020-03-1714-19/+347
* | | Merge 10.4 into 10.5Marko Mäkelä2020-03-1717-96/+220
|\ \ \ | |/ /
| * | MDEV-16188: Fix clang 10 -Wimplicit-int-float-conversionMarko Mäkelä2020-03-161-1/+2
| * | MDEV-5313: Fix GCC 10 -Wenum-conversionMarko Mäkelä2020-03-161-1/+9
| * | Merge 10.3 into 10.4Marko Mäkelä2020-03-1620-98/+430
| |\ \ | | |/
| | * MDEV-13134/MDEV-21855: Add a test caseMarko Mäkelä2020-03-162-0/+147
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-1318-104/+283
| | |\
| | | * Fix GCC 10.0 -Wstringop-overflowMarko Mäkelä2020-03-131-5/+8
| | | * MDEV-10047: table-based master info repositorySujatha2020-03-133-1/+220
| | | * Fix clang 10 warningsMarko Mäkelä2020-03-132-3/+4
| | | * MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-133-28/+14
| | | * Fix GCC 10 -Wclass-memaccessMarko Mäkelä2020-03-131-1/+1
| | | * Fix GCC 10 -Wstringop-truncationMarko Mäkelä2020-03-131-0/+2
| | | * Update libmariadbMarko Mäkelä2020-03-131-0/+0
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-03-138-92/+53
| | | |\
| | | | * Merge 5.5 into 10.1Marko Mäkelä2020-03-131-7/+7
| | | | |\
| | | | | * Cleanup: clang-10 -Wmisleading-indentationMarko Mäkelä2020-03-111-7/+7
| | | | * | MDEV-21918 improve page_zip_verify_checksum()Eugene Kosov2020-03-112-44/+30