summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&bb-10.1-MDEV-5628Rucha Deodhar2020-09-223-0/+29
* 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
* MDEV-22387: Do not pass null pointer to some memcpy()Marko Mäkelä2020-09-035-9/+17
* MDEV-7110 follow-up fix: Do not pass NULL as nonnull parameterMarko Mäkelä2020-09-031-1/+2
* MDEV-23534: SIGSEGV in sf_malloc_usable_size/my_free on SET GLOBAL REPLICATE_...Sujatha2020-09-025-14/+46
* MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-0110-683/+439
* MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-319-24/+89
* MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varunVarun Gupta2020-08-273-0/+34
* MDEV-23569 temporary tables can overwrite existing filesSergei Golubchik2020-08-254-6/+51
* Revert "MDEV-21039: Server fails to start with unknown mysqld_safe options"Jan Lindström2020-08-211-16/+4
* MDEV-23491: __bss_start breaks compilation of various platformsOleksandr Byelkin2020-08-183-107/+84
* MDEV-21039: Server fails to start with unknown mysqld_safe optionsJulius Goryavsky2020-08-181-4/+16
* MDEV-23440: mysql_tzinfo_to_sql to use transactionsDaniel Black2020-08-154-0/+17
* MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-132-26/+2
* MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-123-3/+3
* MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-1210-122/+139
* MDEV-21526: mysqld_multi no longer works with different server binariesJulius Goryavsky2020-08-114-25/+25
* Fixing sporading builtbot test failures happening at '00:00:00' sharpAlexander Barkov2020-08-114-0/+17
* MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-106-374/+222
* bump the VERSIONDaniel Bartholomew2020-08-101-1/+1
* Merge remote-tracking branch 'bb-10.1-release' into 10.1Oleksandr Byelkin2020-08-101-1/+1
|\
| * link failure on fulltest (xenial)mariadb-10.1.46Sergei Golubchik2020-08-061-1/+1
* | MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-conne...Daniel Black2020-08-105-31/+22
* | Better comment about TABLE::maybe_nullSergei Petrunia2020-08-061-3/+10
* | MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in ...Varun Gupta2020-08-064-0/+89
* | MDEV-23105 Cast number string with many leading zeros to decimal gives unexpe...Alexander Barkov2020-08-053-0/+84
|/
* Merge branch 'merge/merge-tokudb-5.6' into 10.1Sergei Golubchik2020-08-0542-100/+95
|\
| * 5.6.49-89.0Sergei Golubchik2020-08-0447-148/+125
* | MDEV-23089 rpl_parallel2 fails in 10.5Sachin2020-08-043-4/+29
* | Fix the typo in fix for MDEV-21472Sergei Petrunia2020-08-031-1/+1
* | compilation error on bintar-centos6-amd64-debugSergei Golubchik2020-08-031-2/+1
* | MDEV-23375 parts.partition_debug fails when it's run after another testElena Stepanova2020-08-032-0/+5
* | List of unstable tests for 10.1.46 releaseElena Stepanova2020-08-021-120/+132
* | improve the error message for a dropped current roleSergei Golubchik2020-07-303-5/+7
* | MDEV-22521 Server crashes in traverse_role_graph_up or Assertion `user' fails...Sergei Golubchik2020-07-303-0/+16
* | XtraDB 5.6.49-89.0Marko Mäkelä2020-07-303-4/+4
* | MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks a...Sergei Petrunia2020-07-294-4/+71
* | MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-293-3/+39
* | cleanup: reduce code duplicationSergei Golubchik2020-07-293-45/+21
* | Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-295-24/+136
* | bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-293-0/+8
* | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-294-2/+24
* | MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-284-18/+8