summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | MDEV-22057 REPLICATION MASTER ADMIN is missing in root account after upgradeAlexander Barkov2020-03-274-1/+138
* | | | MDEV-22060 MSAN use-of-uninitialized-value in main.query_cache_innodbMarko Mäkelä2020-03-271-5/+4
* | | | MDEV-20329 Fix S3 engine OpenSSL raceAndrew Hutchings2020-03-272-0/+36
* | | | Fixed failing tests in buildbotMonty2020-03-276-16/+20
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-278-26/+33
|\ \ \ \ | |/ / /
| * | | Fix for rpl_start_stop_slave failureSergey Vojtovich2020-03-261-1/+1
| * | | MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler codeSergei Petrunia2020-03-264-24/+57
| * | | dequeued_count my_atomic to Atomic_counterSergey Vojtovich2020-03-253-14/+20
| * | | MDEV-20388 : disable inline assembly in WolfSSL if MSAN is onVladislav Vaintroub2020-03-251-3/+6
| * | | MDEV-19519 mysql_install_db.exe doesn't set password_last_changed for newly c...Vladislav Vaintroub2020-03-251-1/+2
| * | | change from to for adding defaults-file in Spider testsKentoku SHIBA2020-03-254-12/+12
* | | | MDEV-21899 INSERT into a secondary index with zero-data-length key is not cra...Marko Mäkelä2020-03-271-2/+5
* | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-27158-1365/+1686
* | | | Removed double calls to records_in_range from distinct and group byMonty2020-03-274-118/+140
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-2763-188/+333
* | | | Disabled partition_innodb because it constaintly fails in buildbotMonty2020-03-271-0/+1
* | | | bump the VERSIONDaniel Bartholomew2020-03-261-1/+1
* | | | Deb: libcurl4 in bionic+/buster+Daniel Black2020-03-262-1/+7
* | | | MDEV-21850: ASAN use-after-poison in page_cur_insert_rec_low()Marko Mäkelä2020-03-263-6/+17
* | | | MDEV-22040 versioning.truncate_privilege : GRANT fails with "Access denied", ...Alexander Barkov2020-03-262-0/+7
* | | | Fix unused variable warning in optimized build.Vladislav Vaintroub2020-03-251-1/+1
* | | | Build cleanups.Vladislav Vaintroub2020-03-253-11/+16
* | | | Disable building S3 for embedded serverMonty2020-03-251-0/+4
* | | | Fixed rpl.rpl_mariadb_slave_capability.result fileMonty2020-03-254-14/+20
* | | | change from to for adding defaults-file in Spider testsKentoku SHIBA2020-03-254-12/+12
* | | | Improve cmake performance on WindowsVladislav Vaintroub2020-03-251-7/+43
* | | | MDEV-22035 Memory leak in main.mysqltestmariadb-10.5.2Marko Mäkelä2020-03-251-0/+1
* | | | MDEV-22031 Assertion bpage->in_page_hash failed in buf_pool_watch_setMarko Mäkelä2020-03-252-6/+11
* | | | MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from...Alexander Barkov2020-03-253-3/+16
* | | | An additional test for MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-242-0/+82
* | | | Use truncate instead of delete to make stat_tables.inc more repeatableMonty2020-03-241-3/+3
* | | | Don't give warnings from safemalloc for aria_pack --helpMonty2020-03-241-5/+14
* | | | Added FLUSH THREADSMonty2020-03-246-2/+21
* | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-2419-136/+70
* | | | mysqld --help will now load mysqld.options tableMonty2020-03-2428-50/+163
* | | | Give a better error message if we can't load mysql.plugin tableMichael Widenius2020-03-241-4/+6
* | | | Fixed typo in aria_s3_copyMonty2020-03-241-1/+1
* | | | Fixed that file_key_management works with BUILD scriptsMonty2020-03-241-4/+5
* | | | Speed up writing to encrypted binlogsMonty2020-03-243-26/+39
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-2435-428/+570
* | | | Fixed valgrind warningMonty2020-03-242-0/+10
* | | | Improve update handler (long unique keys on blobs)Monty2020-03-2423-140/+409
* | | | Cleanups & indentation changesMonty2020-03-2415-331/+348
* | | | Added support for replication for S3Monty2020-03-2470-350/+1499
* | | | Ignore mariadb-config.1Monty2020-03-241-0/+1
* | | | handler::rebind()Sergey Vojtovich2020-03-249-25/+42
* | | | Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-2417-101/+219
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-243-4/+4
|\ \ \ \ | |/ / /
| * | | Fix clang -Wsometimes-uninitializedMarko Mäkelä2020-03-241-1/+2
| * | | MDEV-22020: Fix spider/bugfix.return_found_rows_updateMarko Mäkelä2020-03-241-1/+1