summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.9' into 10.10Oleksandr Byelkin2022-10-041-1/+1
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-041-1/+1
| |\
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-041-1/+1
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-041-1/+1
| | | |\
| | | | * Merge branch '10.5' into 10.6Sergei Golubchik2022-10-021-1/+1
| | | | |\
| | | | | * Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-1/+1
| | | | | |\
| | | | | | * Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-1/+1
| | | | | | |\
| | | | | | | * MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-301-1/+1
* | | | | | | | Merge 10.9 into 10.10Jan Lindström2022-09-061-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.8 into 10.9Jan Lindström2022-09-061-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Jan Lindström2022-09-051-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.6 into 10.7Jan Lindström2022-09-051-0/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.5 into 10.6Jan Lindström2022-09-051-0/+1
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+1
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+1
| * | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-091-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
* | | | | | | | MDEV-27009 Add UCA-14.0.0 collationsAlexander Barkov2022-08-101-6/+6
* | | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-081-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-081-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | MDEV-29159 Patch for MDEV-28918 introduces more inconsistency than it solves,...Alexander Barkov2022-08-051-1/+1
* | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-281-1/+21
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-281-1/+21
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-28963 Incompatible data type assignment through SP vars is not consisten...Alexander Barkov2022-06-271-1/+21
| | |/ / / /
* | | | | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-191-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.7' into 10.8Sergei Golubchik2022-05-111-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+1
| | | | |\ \ | | | | | |/
| | | | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-1/+1
| | | | | |\
| | | | | | * MDEV-6899 extra semicolon in show create event syntaxSergei Golubchik2022-04-251-1/+1
| | | | | | * MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-281-1/+7
* | | | | | | MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-291-0/+1
|/ / / / / /
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-03-301-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-26009 Server crash when calling twice procedure using FOR-loopOleksandr Byelkin2022-03-211-0/+1
* | | | | | MDEV-10654 add support IN, OUT, INOUT parameter qualifiers for stored functionsManoharKB2022-01-241-69/+126
|/ / / / /
* | | | | MDEV-27306: SET STATEMENT optimizer_trace=1 Doesn't save the tracebb-10.6-mdev27306Sergei Petrunia2021-12-191-4/+3
* | | | | Merge branch '10.5' into 10.6mariadb-10.6.5Oleksandr Byelkin2021-11-051-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5mariadb-10.5.13Oleksandr Byelkin2021-11-051-1/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4mariadb-10.4.22Oleksandr Byelkin2021-11-051-1/+7
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-051-1/+7
| | | |\ \
| | | | * | MDEV-26833 Missed statement rollback in case transaction drops or create temp...mariadb-10.2.41Andrei Elkin2021-11-051-1/+7
| | | | |/
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-2/+1
| | | |\ \ | | | | |/
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-2/+1
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-2/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-2/+1