summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-09-206-48/+77
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-09-206-48/+77
| |\
| | * MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structureAlexander Barkov2022-09-203-10/+26
| | * MDEV-22647 Assertion `!check_audit_mask(mysql_global_audit_mask, event_class_...Sergei Golubchik2022-09-141-2/+0
| | * Add missing comment and remove unnecessary initializationAnel Husakovic2022-09-142-1/+1
| | * MDEV-29509 execute granted indirectly (via roles) doesn't always workVicențiu Ciorbaru2022-09-141-12/+13
| | * cleanup: indentation and whitespace fixesVicențiu Ciorbaru2022-09-141-12/+11
| | * MDEV-29458: Role grant commands do not propagate all grantsVicențiu Ciorbaru2022-09-141-7/+17
| | * MDEV-29465: Inherited columns privs for roles wrongly set mysql.tables_priv c...Vicențiu Ciorbaru2022-09-141-9/+14
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-142-27/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-132-27/+6
| |\ \ | | |/
| | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-122-27/+6
* | | MDEV-24660 MYSQL_BIN_LOG::cleanup(): Assertion `b->xid_count == 0'Andrei2022-09-092-5/+14
* | | MDEV-29322 ASAN heap-use-after-free in Query_log_event::do_apply_eventAndrei2022-09-073-8/+3
* | | Merge branch '10.4' into 10.5Vladislav Vaintroub2022-09-072-16/+6
|\ \ \ | |/ /
| * | MDEV-18353 - minor cleanupVladislav Vaintroub2022-09-072-16/+8
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-074-3/+15
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-074-3/+15
| |\ \ | | |/
| | * MDEV-28827 Minor unsafe statement warning message improvementAndrei2022-09-031-1/+1
| | * MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-033-0/+12
* | | Merge 10.4 into 10.5Jan Lindström2022-09-0535-97/+168
|\ \ \ | |/ /
| * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-3135-89/+158
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-305-2/+19
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-302-2/+4
| |\ \ | | |/
| | * MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-301-2/+3
| | * MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-251-1/+2
| * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-264-0/+15
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-251-15/+79
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-251-15/+79
| |\ \ | | |/
| | * MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-221-12/+38
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-222-24/+58
|\ \ \ | |/ /
| * | MDEV-27101 Subquery using the ALL keyword on TIMESTAMP columns produces a wro...Alexander Barkov2022-08-222-24/+58
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-221-6/+4
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-221-1/+6
| |\ \ | | |/
| | * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-08-151-1/+6
| | |\
| | | * MDEV-27151: JSON_VALUE() does not parse NULL properties properlyRucha Deodhar2022-08-111-1/+6
* | | | Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-108-13/+45
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-108-13/+45
| |\ \ \ | | |/ /
| | * | Do not check symbol returned (or not and so there is some garbadge) by mb_wc(...mariadb-10.3.36Nayuta Yanagisawa2022-08-101-1/+1
| | * | MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...Sergei Golubchik2022-08-101-0/+1
| | * | remove invalid options from warning messagesSergei Golubchik2022-08-101-4/+4
| | |/
| | * Fix typos in the codebase.fluesvamp2022-08-091-3/+3
| | * refactor: remove redundant assignmentsqggcs2022-08-091-3/+1
| | * fix of MDEV-12325 patch: symetric changes in sql_yacc_oraOleksandr Byelkin2022-08-081-1/+0
| | * MDEV-12325 Unexpected data type and truncation when using CTEMonty2022-08-084-3/+35
| | * Fix compile errors.Oleksandr Byelkin2022-08-041-1/+1
* | | MDEV-29242: Assertion `computed_weight == weight' failed SEL_ARG::verify_weightSergei Petrunia2022-08-041-1/+4
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-041-1/+1
|\ \ \ | |/ /
| * | Fix compile errors.Oleksandr Byelkin2022-08-041-1/+1
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-046-5/+45
|\ \ \ | |/ /