summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | - Fix MDEV-25715Olivier Bertrand2021-05-182-6/+6
| | * | - Put all jar files in the SHARE directory (was PLUGIN)Olivier Bertrand2021-05-1717-106/+136
| | * | - All this concern Json or Mongo tables based on MongoDB collections.Olivier Bertrand2021-05-057-28/+53
| | * | TypoOlivier Bertrand2021-05-021-1/+1
| | * | Fix compile warning as errorOlivier Bertrand2021-05-023-8/+9
| | * | - Major update of the json/bson/mongo table types programs.Olivier Bertrand2021-05-0126-403/+682
* | | | MDEV-24511 null field is created with CREATE..SELECTSergei Golubchik2021-07-295-5/+68
* | | | MDEV-9234 Add Type_handler::union_element_finalize()Alexander Barkov2021-07-293-6/+26
* | | | fixup 0bd9f755b MDEV-26062Nikita Malyavin2021-07-291-6/+6
* | | | MDEV-24020: Trim with remove_str Fails on SpiderYongxin Xu2021-07-297-9/+366
* | | | add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-277-163/+197
* | | | MDEV-16026 MDEV-16481 refactor Sys_var_vers_asofNikita Malyavin2021-07-278-75/+259
* | | | Merge 10.2 into 10.3Marko Mäkelä2021-07-2735-268/+402
|\ \ \ \ | |/ / /
| * | | MDEV-25998 fixup: Avoid a hangMarko Mäkelä2021-07-273-19/+6
| * | | MDEV-25998 fixup: Assert that a mutex is being heldMarko Mäkelä2021-07-271-2/+2
| * | | MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-272-2/+7
| * | | MDEV-25594: Improve debug checksMarko Mäkelä2021-07-2712-238/+185
| * | | MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMAR...Jan Lindström2021-07-263-35/+133
| * | | MDEV-25998 InnoDB removes the tablespace from default encrypt list earlyThirunarayanan Balathandayuthapani2021-07-262-20/+28
| * | | fix clang build: check alignment the other wayEugene Kosov2021-07-261-1/+1
| * | | MDEV-23786: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-07-263-2/+26
| * | | 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
* | | | dissapear -> disappearSergei Golubchik2021-07-264-4/+4
* | | | MDEV-24517 follow-up: Fix for test with --ps-protocolNayuta Yanagisawa2021-07-251-0/+2
* | | | MDEV-25808 PREPARE/EXECUTE makes signed integer out of unsignedSergei Golubchik2021-07-244-5/+33
* | | | MDEV-25484 Crash when parsing query using derived table containing TVCIgor Babaev2021-07-234-5/+76
* | | | MDEV-24517: JSON_EXTRACT as conditions triggers syntax error on Spider (#1839)Yongxin Xu2021-07-236-0/+230
* | | | MDEV-25560 Creating table with certain generated column crashes serverbb-10.3-MDEV-25560Nikita Malyavin2021-07-223-6/+47
* | | | Merge 10.2 into 10.3Marko Mäkelä2021-07-2241-221/+402
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-2180-221/+2383
|\ \ \ \ | |/ / /
| * | | 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