summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17399 Add support for JSON_TABLE.bb-mdev-17399-hfAlexey Botchkov2020-07-286-1/+34
* testing commit.Alexey Botchkov2020-07-161-0/+1
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2020-07-1625-34/+2074
* MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-0594-7045/+4102
* Cleanup - remove HAVE_AIOWAIT and associated code from mysysVladislav Vaintroub2020-06-054-273/+0
* For better experience in Visual Studio IDE, add header files to Innodb sourcesVladislav Vaintroub2020-06-051-0/+213
* FreeBSD compilation fixesSergei Golubchik2020-06-045-9/+10
* disable Cassandra engine by defaultSergei Golubchik2020-06-041-1/+1
* MDEV-21902 Nested JSON_ARRAYAGG in JSON_OBJECT should not get escaped.Alexey Botchkov2020-06-043-0/+6
* MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-046-18/+81
* MDEV-22084 Squared brackets missing from JSON_ARRAYAGG when used in a view.Alexey Botchkov2020-06-043-4/+17
* MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-046-28/+41
* MDEV-22787 postfixVladislav Vaintroub2020-06-031-0/+2
* MDEV-21751 postfixVladislav Vaintroub2020-06-031-1/+1
* MDEV-21751 innodb_fast_shutdown=0 can be unnecessarily slowVladislav Vaintroub2020-06-035-20/+47
* MDEV-22758 Assertion `!item->null_value' failed in Type_handler_inet6::make_s...Alexander Barkov2020-06-034-13/+123
* MDEV-22787 fts_optimize_shutdown() deletes timer prematurelyMarko Mäkelä2020-06-031-2/+2
* MDEV-22710 Assertion ...status != buf_page_t::FREED in ibuf_remove_free_page()Marko Mäkelä2020-06-033-2/+2
* MDEV-22641: postfix - crc32{,c} fixups for ppc64Daniel Black2020-06-033-3/+3
* Merge 10.4 into 10.5Marko Mäkelä2020-06-0330-375/+503
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-0329-383/+506
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-0228-390/+513
| | |\
| | | * fix warningVladislav Vaintroub2020-06-011-1/+1
| | | * MDEV-22650 Dirty compressed page checksum validation failsThirunarayanan Balathandayuthapani2020-06-013-26/+3
| | | * Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-017-51/+7
| | | * MDEV-21615 InnoDB: innodb_page_size=x requires... should be logged as errorMarko Mäkelä2020-06-011-1/+1
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-06-0114-308/+486
| | | |\
| | | | * Attempt fixing mroonga gcc 8 build failureSergey Vojtovich2020-05-291-1/+1
| | | | * Thread safe histograms loadingSergey Vojtovich2020-05-294-103/+34
| | | | * Thread safe statistics loadingSergey Vojtovich2020-05-293-60/+116
| | | | * Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
| | | | * MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of addre...Alexander Barkov2020-05-291-2/+1
| | | | * fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22
| | | | * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-288-45/+294
| | | * | cmake: quieterSergei Golubchik2020-05-313-1/+12
| | * | | MDEV-22770 trx_undo_report_rename() fails to release page latchesMarko Mäkelä2020-06-021-2/+1
| * | | | MDEV-22773 Assertion page_get_page_no... in btr_pcur_store_position()Marko Mäkelä2020-06-021-1/+1
| * | | | Added larger timeout to backup_stages.testMonty2020-06-022-4/+4
* | | | | MDEV-22509: Server crashes in Field_inet6::store_inet6_null_with_warn / Field...Varun Gupta2020-06-025-16/+81
* | | | | MDEV-21546 main.backup_stages occasionally reports lock wait timeoutMarko Mäkelä2020-06-022-4/+4
* | | | | MDEV-22027 Assertion oldest_lsn >= log_sys.last_checkpoint_lsn failedMarko Mäkelä2020-06-026-54/+40
* | | | | Fix my_checksum declaration.Vladislav Vaintroub2020-06-011-1/+1
* | | | | Merge branch '10.4' into 10.5Vladislav Vaintroub2020-06-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Vladislav Vaintroub2020-06-011-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fix warningVladislav Vaintroub2020-06-011-1/+1
* | | | | MDEV-22303: Incorrect ordering with REGEXP_REPLACE and OFFSET/LIMITVarun Gupta2020-06-014-32/+50
* | | | | MENT-458 MTR Big test "spider/bugfix.sql_mode_mariadb & myself" are both fail...Kentoku2020-06-011-0/+5
* | | | | MENT-456 MTR Big test "spider.show_system_tables" is failing on Azure MTR pip...Kentoku2020-06-011-0/+4
* | | | | MDEV-20280 PERCENTILE_DISC() rejects temporal and string inputAlexander Barkov2020-06-016-14/+112
* | | | | MDEV-22764 Crash with a stored aggregate function returning INET6Alexander Barkov2020-06-013-0/+77