summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24088 Assertion in InnoDB's FTS code may be triggered by a repeated word...bb-10.2-MDEV-24088Thirunarayanan Balathandayuthapani2021-07-2612-16/+45
* Some tests can take very long time when run with valgrindElena Stepanova2021-07-246-0/+16
* MDEV-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-233-3/+9
* MDEV-26080 fixup: fixed .result file for galera_roles test (one word must be ...Julius Goryavsky2021-07-231-2/+2
* MDEV-26202 Unexpected failure with query using indirectly a recursive CTE twiceIgor Babaev2021-07-222-0/+36
* MDEV-26205 Merge new release of InnoDB 5.7.35 to 10.2Marko Mäkelä2021-07-224-23/+20
|\
| * Bug #31576731 INNODB_FT_TOTAL_CACHE_SIZE NOT CAPPED WHEN SET TO 32000000Sachin Agarwal2021-07-221-6/+8
| * Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUPJakub Łopuszański2021-07-222-16/+11
|/
* MDEV-26203 CREATE INDEX may enforce incorrect maximum column lengthMarko Mäkelä2021-07-223-9/+50
* Update libmariadbMarko Mäkelä2021-07-221-0/+0
* MDEV-25361 fixup: Fix integer type mismatchMarko Mäkelä2021-07-226-119/+119
* Record tempfiles_encrypted test failureAnel Husakovic2021-07-221-0/+287
* MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-215-11/+100
* Typo fixes in item_strfunc.ccHollow Man2021-07-211-7/+7
* Add feature summary at the end of cmake.Heinz Wiesinger2021-07-2123-18/+114
* Delete unused MYSQL_CHECK_{LZ4|LZO}_STATIC macrosVicențiu Ciorbaru2021-07-212-36/+0
* MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-205-1/+476
* MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-203-5/+79
* avoid searching std::map twice in innochecksumEugene Kosov2021-07-201-6/+1
* MDEV-25361 innochecksum must not report errors for freed pagesEugene Kosov2021-07-201-7/+18
* Fix switch case statement in trx_flush_log_if_needed_low()Jagdeep Sidhu2021-07-201-1/+1
* fix libmariadb compilation, on GCC.Vladislav Vaintroub2021-07-201-0/+0
* MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-1/+1
* MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-18/+20
* Update libmariadbVladislav Vaintroub2021-07-201-0/+0
* MDEV-26135 Assertion failure when executing PS with a hanging recursive CTEIgor Babaev2021-07-193-2/+52
* fix mysqld_safe --helpSergei Golubchik2021-07-191-1/+3
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-194-1/+81
* MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-1611-10/+111
* MDEV-25858: Query results are incorrect when indexes are addedSergei Petrunia2021-07-153-0/+115
* Typo fix in extrabackup.cc and innobackupex.ccOli Sennhauser2021-07-152-2/+2
* 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