summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modebb-10.2-MDEV-26145Dmitry Shulga2021-07-184-1/+77
* MDEV-25985 Spider handle ">=" as ">" in some casesNayuta Yanagisawa2021-07-144-9/+107
* MDEV-26119 RPM packages on RHEL-8 require the latest minorAlexey Bychko2021-07-131-1/+1
* MDEV-18249 ASSERT_COLUMN_MARKED_FOR_READ failed in ANALYZE TABLENikita Malyavin2021-07-124-2/+29
* follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-126-24/+24
* [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-128-13/+152
* [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-1211-4/+146
* MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-128-7/+225
* MDEV-21206 Can't link zlib library during DBD::mysql installationRobert Bindar2021-07-121-1/+1
* MDEV-25998 encryption.innodb_encryption_filekeys failure in buildbotThirunarayanan Balathandayuthapani2021-07-091-0/+18
* Update description of mariadb-common packageAnel Husakovic2021-07-091-2/+2
* MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-0938-333/+387
* MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-083-1/+51
* MDEV-25802 mtr: race condition if the test quickly restarts twiceSergei Golubchik2021-07-062-10/+10
* MDEV-25802 mtr: race condition if the test quickly restarts twiceSergei Golubchik2021-07-062-7/+10
* MDEV-25857 MTR should report at least last test that was executed in case of ...Sergei Golubchik2021-07-061-56/+46
* MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary logAleksey Midenkov2021-07-067-0/+83
* MDEV-25013: SIGSEGV in best_extension_by_limited_search | SIGSEGV in restore_...Sergei Petrunia2021-07-032-0/+43
* MDEV-23937: SIGSEGV in looped best_extension_by_limited_search from greedy_se...Sergei Petrunia2021-07-032-0/+41
* MDEV-17783: AddressSanitizer: stack-buffer-overflow in table_cond_selectivitySergei Petrunia2021-07-033-2/+92
* MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-026-14/+55
* submodules.cmake: add missing --depth=1Eugene Kosov2021-07-021-1/+1
* MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERRORMarko Mäkelä2021-07-023-27/+80
* MDEV-25129 fixup: Adjust test resultMarko Mäkelä2021-07-021-0/+4
* MDEV-25129 postfix for windowsDaniel Black2021-07-021-1/+1
* MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-06-303-6/+289
* MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-2912-11/+306
* MDEV-26040 os_file_set_size() may not work on O_DIRECT filesMarko Mäkelä2021-06-291-5/+33
* MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-283-0/+23
* Adjusted test results after the fix for MDEV-20411 (2)Igor Babaev2021-06-261-4/+4
* Adjusted test results after the fix for MDEV-20411Igor Babaev2021-06-264-15/+14
* MDEV-20411 Procedure containing CTE incorrectly stored in mysql.procIgor Babaev2021-06-254-3/+87
* MDEV-26019: Upgrading MariaDB breaks TLS mariabackup SSTJulius Goryavsky2021-06-253-8/+7
* MDEV-25978 : rsync SST does not work with custom binlog nameJan Lindström2021-06-238-6/+259
* Fix try for Galera test lp1376747-4Jan Lindström2021-06-232-2/+2
* bump the VERSIONDaniel Bartholomew2021-06-221-1/+1
* MDEV-25960 yum update overwrites customized logrotation config (/etc/logrotat...Alexey Bychko2021-06-221-1/+5
* MDEV-25982 Upgrade of MariaDB 10.1 log crashes due to missing encryption keyMarko Mäkelä2021-06-221-1/+7
* MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-213-1/+39
* Remove Travis CI statusMarko Mäkelä2021-06-211-8/+0
* MDEV-25947 innodb_fts.misc_debug fails in buildbotThirunarayanan Balathandayuthapani2021-06-172-14/+8
* MDEV-25617 10.5.10 upgrade: "scriptlet / line 6 : [: is-active : binary opera...Sergei Golubchik2021-06-161-1/+1
* Remove a unused variableMarko Mäkelä2021-06-161-2/+2
* MDEV-25880 part 2: Improving reliability of the SST scriptsJulius Goryavsky2021-06-154-34/+49
* MDEV-25880: rsync may be mistakenly killed when overlapping SSTJulius Goryavsky2021-06-152-5/+25
* fix clang buildEugene Kosov2021-06-158-23/+14
* MDEV-24713 Assertion `dict_table_is_comp(index->table)' failed in row_merge_b...Thirunarayanan Balathandayuthapani2021-06-153-1/+30
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-157-16/+71
* MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-158-15/+98
* MDEV-14180 preparation: Rename key_rotation_listThirunarayanan Balathandayuthapani2021-06-153-34/+46