summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21308 : WSREP: binlog ... cache not empty warnings on server with WSREP ...bb-10.2-MDEV-21308Jan Lindström2022-01-221-1/+1
* MDEV-20516: Assertion `!lex->proc_list.first && !lex->result && !lex->param_l...bb-10.2-MDEV-20516-1Dmitry Shulga2022-01-222-2/+46
* MDEV-27273 Confusing column count in IMPORT TABLESPACE error messagebb-10.2-MDEV-27273-import-column-checkEugene Kosov2022-01-214-10/+56
* Bug#31374305 - FORMAT() NOT DISPLAYING WHOLE NUMBER SIDE CORRECTLY FOR ES_MX ...Maheedhar PV2022-01-214-55/+144
* test cases for MySQL bugsSergei Golubchik2022-01-2110-3/+95
* don't build with OpenSSL 3.0, it doesn't work before MDEV-25785Sergei Golubchik2022-01-211-1/+1
* MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-2119-13/+133
* MDEV-27149: Add rocksdb_ignore_datadic_errorsbb-10.2-psergeySergei Petrunia2022-01-216-4/+68
* Avoid a crash on MyRocks data inconsistency.Sergei Petrunia2022-01-201-0/+11
* Improve --help and remove not-free warnings for mysql_tzinfo_to_sqlMonty2022-01-201-9/+29
* Fixed compiler error in auth_pam pluginMonty2022-01-201-2/+6
* MDEV-27068 running mariadb-upgrade in parallel make it hangs foreverMonty2022-01-209-101/+372
* MDEV-24827: Follow-up patch to fix the test main.mysql_client_test_nonblockbb-10.2-MDEV-24827-1Dmitry Shulga2022-01-201-1/+1
* MDEV-27417 InnoDB spatial index updates change buffer bitmap pageThirunarayanan Balathandayuthapani2022-01-203-9/+15
* MDEV-24827: Follow-up patch to fix compilation warningDmitry Shulga2022-01-202-4/+9
* MDEV-27544 database() function should return 64 charactersDaniel Black2022-01-203-2/+40
* MDEV-24827: MariaDB 10.5.5 crash (sig 11) during a SELECTDmitry Shulga2022-01-196-2/+127
* MDEV-18284: JSON casting using JSON_COMPACT doesn't always work with values f...Anel Husakovic2022-01-193-0/+34
* MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBALDaniel Black2022-01-1918-76/+220
* MDEV-27539 Merge new release of InnoDB 5.7.37 to 10.2Marko Mäkelä2022-01-181-2/+2
* MDEV-26129 Bad results with join comparing case insensitive VARCHAR/ENUM/SET ...bb-10.2-MDEV-26129Alexander Barkov2022-01-184-3/+55
* MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-17160-152/+152
* MDEV-27109 mysql_config mariadb_config lists non existant -lmariadbAlexey Bychko2022-01-142-1/+3
* /usr/lib64/pkgconfig is not owned by MariaDB-develSergei Golubchik2022-01-141-0/+1
* MDEV-4621 select returns null for information_schema.statistics.collation fieldSergei Golubchik2022-01-143-1/+20
* mtr failed to detect when a combination is forcedSergei Golubchik2022-01-141-2/+2
* MDEV-8851 innodb.innodb_information_schema fails sporadicallyMarko Mäkelä2022-01-142-14/+16
* MDEV-21252 ER_HOST_IS_BLOCKED returns packet sequence 1 instead of 0Vladislav Vaintroub2022-01-111-2/+6
* MDEV-25201 : Assertion `thd->wsrep_trx_meta.gtid.seqno == (-1)' failed in int...bb-10.2-galera-janJan Lindström2022-01-114-0/+24
* Changing wsrep_slave_threads parameter requires that clusterJan Lindström2022-01-112-1/+1
* MDEV-25549 : Assertion `*new_engine' failed in bool check_engine(THD*, const ...Jan Lindström2022-01-111-7/+16
* MDEV-25856 : SIGSEGV in ha_myisammrg::append_create_infoJan Lindström2022-01-113-13/+26
* MDEV-25472 : Server crashes when wsrep_cluster_address set to unkown address ...Jan Lindström2022-01-111-2/+1
* MDEV-20325: Assertion `outer_context || !*from_field || *from_field == not_fo...bb-10.2-MDEV-20325Dmitry Shulga2022-01-114-3/+127
* MDEV-25631 Crash executing query with VIEW, aggregate and subqueryIgor Babaev2022-01-103-0/+43
* MDEV-25086 Stored Procedure Crashes ServerIgor Babaev2022-01-103-1/+243
* Revert "MDEV-24454 Crash at change_item_tree"Igor Babaev2022-01-108-173/+39
* Windows, appveyor - use VS2022st-10.2-wladVladislav Vaintroub2022-01-091-2/+2
* Windows : fix broken build with OpenSSLVladislav Vaintroub2022-01-091-2/+2
* Windows, appveyor - use Cygwin's bison againVladislav Vaintroub2022-01-091-11/+1
* Windows, CI - workaround hardcoded limits for mtr --parallel=autoVladislav Vaintroub2022-01-081-1/+2
* MDEV-14938 make buildbot to include galera into bintarsSergei Golubchik2022-01-072-0/+11
* Windows, CI : run mtr in buildbot_suites.bat with --parallel=autoVladislav Vaintroub2022-01-071-1/+1
* MDEV-16091: Seconds_Behind_Master spikes to millions of secondsbb-10.2-MDEV-16091Brandon Nesterenko2022-01-044-0/+137
* MDEV-26698: Incorrect row number upon INSERT .. SELECT from the samebb-10.2-MDEV-26698Rucha Deodhar2022-01-0310-316/+365
* MDEV-27386: cpack rpm libsepol installed detects verison incorrectlybb-10.2-danielblack-MDEV-27386-libsepol-detectionDaniel Black2021-12-301-1/+1
* MDEV-22256 Assertion `length == pack_length()' failed in Field_timestamp_with...bb-10.2-bar-MDEV-22256Alexander Barkov2021-12-292-0/+46
* MDEV-21639 DEFAULT(col) evaluates to a bad value in WHERE clausebb-10.2-bar-MDEV-21639Alexander Barkov2021-12-294-3/+272
* MDEV-25460: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-12-286-5/+77
* MDEV-27364 Build from 10.2-10.4 srpm fails on RHEL8 family due to discrepancy...Sergei Golubchik2021-12-271-0/+1