summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22639 Assertion failed in ha_check_overlaps upon multi-table updateNikita Malyavin2020-11-021-5/+1
* MDEV-22714 Assertion failed upon multi-update on table WITHOUT OVERLAPSNikita Malyavin2020-11-021-6/+9
* Add DBUG_ASSERT in Field::ptr_in_recordNikita Malyavin2020-11-021-2/+3
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-0110-58/+284
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-3112-48/+295
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-3012-49/+339
| | |\
| | | * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-304-1/+20
| | | * MDEV-19838: fix of error messagesOleksandr Byelkin2020-10-291-5/+2
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-294-16/+78
| | | |\
| | | | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-293-3/+16
| | | | * MDEV-24040 - fix appveyor buildVladislav Vaintroub2020-10-281-0/+5
| | | | * MDEV-24040 Named pipe permission issuebb-10.1-wladVladislav Vaintroub2020-10-271-13/+57
| | | * | MDEV-19838 Wrong direxec param data caused crashLawrin Novitsky2020-10-291-12/+187
| | | * | MDEV-22707 : galera got stuck after flush tablesJan Lindström2020-10-281-1/+1
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-283-19/+53
| | | |\ \ | | | | |/
| | | | * BUG#31650096: MYSQL SERVER HEAP-USE-AFTER-FREE IN TRANS_SAVEPOINTKarthik Kamath2020-10-271-1/+0
| | | | * Bug#31304432 "INSUFFICIENT PRIVILEGE CHECK BY LOCK TABLES"Sergei Golubchik2020-10-271-0/+30
| | | | * cleanup: PRIV_LOCK_TABLES (10.5 style)Sergei Golubchik2020-10-271-18/+17
| | | | * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-1/+5
| | * | | MDEV-23159 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Monty2020-10-291-8/+16
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22387: Static_binary_string::q_append() invokes memcpy on NULLMarko Mäkelä2020-10-301-1/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-3026-322/+401
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-10-2923-348/+360
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21201 fixup: GCC 10.2.0 -WparenthesesMarko Mäkelä2020-10-291-1/+2
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2816-183/+237
| | |\ \ \ | | | |/ /
| | | * | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-271-0/+3
| | | * | MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-271-0/+5
| | | * | MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-241-8/+46
| | | * | MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-231-0/+10
| | | * | precedence bugfixingSergei Golubchik2020-10-237-71/+79
| | | * | cleanup: remove redundant BANG_PRECEDENCESergei Golubchik2020-10-232-3/+2
| | | * | cleanup: remove redundant ADDINTERVAL_PRECEDENCESergei Golubchik2020-10-233-5/+4
| | | * | MDEV-23656 view: removal of parentheses results in wrong resultSergei Golubchik2020-10-231-1/+5
| | | * | MDEV-23492 performance_schema_digests_size changing from default to 5000 when...Sergei Golubchik2020-10-231-1/+1
| | | * | MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-221-0/+2
| | * | | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-236-127/+95
| | * | | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-231-1/+1
| | * | | cleanup: use my_multi_malloc(), etcSergei Golubchik2020-10-233-30/+19
| * | | | MDEV-22805 SIGSEGV in check_fields on UPDATEAleksey Midenkov2020-10-291-0/+7
| * | | | MDEV-24040 Named pipe permission issueVladislav Vaintroub2020-10-281-7/+59
| * | | | MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on.Teemu Ollakka2020-10-281-0/+1
| * | | | MDEV-22805: SIGSEGV in check_fields on UPDATEDmitry Shulga2020-10-272-0/+13
* | | | | Move vers_type_timestamp within the CC fileVicențiu Ciorbaru2020-10-292-4/+22
* | | | | Expose utf8mb4_bin charset for pluginsVicențiu Ciorbaru2020-10-291-1/+1
* | | | | MDEV-18323 Convert MySQL JSON type to MariaDB TEXT in mysql_upgradeVicențiu Ciorbaru2020-10-281-2/+14
* | | | | cleanup: Static_binary_string need not take non-const double parameterVicențiu Ciorbaru2020-10-282-3/+3
* | | | | MDEV-24015: SQL Error (1038): Out of sort memory when enough memory for the s...Varun Gupta2020-10-282-13/+47
* | | | | MDEV-23764 Slave crashes in ha_storage_engine_is_enabled upon rename of viewSergei Golubchik2020-10-241-1/+2
* | | | | parser optimizationSergei Golubchik2020-10-241-5/+6