summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-04-141-0/+9
|\
| * MDEV-25197: The statement set password=password('') executed in PS mode fails...bb-10.4-MDEV-25197-3Dmitry Shulga2021-04-131-0/+9
* | Fixed access to undefined memoryMonty2021-03-281-3/+5
* | Fixed wrong usage strlen(), should be sizeof()Monty2021-03-221-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-0/+16
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2021-03-051-0/+16
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-031-0/+16
| | |\
| | | * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-251-0/+16
* | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+11
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+11
| | |\ \ | | | |/
| | | * MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...Dmitry Shulga2021-01-131-0/+11
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-4/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-4/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-4/+3
| | |\ \ | | | |/
| | | * MDEV-19838 fixup: clang -Wunused-const-variableMarko Mäkelä2021-01-081-4/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-1/+1
| | |\ \ | | | |/
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-1/+1
| * | | Merge mariadb-10.4.17 into 10.4Marko Mäkelä2020-11-111-4/+17
| |\ \ \
* | \ \ \ Merge mariadb-10.5.8 into 10.5Marko Mäkelä2020-11-111-4/+17
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.4' into 10.5mariadb-10.5.8Sergei Golubchik2020-11-101-4/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch '10.3' into 10.4mariadb-10.4.17Sergei Golubchik2020-11-101-4/+17
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch '10.2' into 10.3Sergei Golubchik2020-11-091-4/+17
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | MDEV-19838: followup to make happy following protocol implementations:Oleksandr Byelkin2020-11-051-4/+17
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-1/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-12/+184
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | MDEV-23872 Crash in galera::TrxHandle::state()Teemu Ollakka2020-11-031-0/+20
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-12/+184
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-12/+184
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-12/+184
| | |\ \ | | | |/
| | | * MDEV-19838: fix of error messagesOleksandr Byelkin2020-10-291-5/+2
| | | * MDEV-19838 Wrong direxec param data caused crashLawrin Novitsky2020-10-291-12/+187
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-2/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-2/+2
| | |\ \ | | | |/
| | | * Fix the constants namesOleksandr Byelkin2020-10-151-2/+2
| | | * fix c++98 buildNikita Malyavin2020-07-211-2/+2
| | | * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-2/+2
* | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-3/+2
* | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-10-021-2/+59
* | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-275/+621
* | | | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-08-141-1/+1
* | | | Revert "MDEV-23162 Improve Protocol performance for numeric data"Alexander Barkov2020-08-141-14/+6
* | | | MDEV-23270 Remove a String parameter from Protocol::store(double/float)Alexander Barkov2020-08-141-4/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-23311 CEILING() and FLOOR() convert temporal input to numbers, unlike RO...Alexander Barkov2020-07-281-1/+1
* | | | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-151-6/+14
* | | | Preparatory changes for MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-151-20/+5