Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-26 | 1 | -1/+25 |
|\ | |||||
| * | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igor | Igor Babaev | 2021-05-25 | 1 | -1/+25 |
* | | MDEV-24089 support oracle syntax: rownum | Monty | 2021-05-19 | 1 | -4/+7 |
* | | MDEV-19682 sql_mode="oracle" does not support sysdate | Alexander Barkov | 2021-05-19 | 1 | -0/+1 |
* | | Make LEX::can_not_use_merged more general | Monty | 2021-05-19 | 1 | -1/+1 |
* | | Optimize size of lex structures | Monty | 2021-05-19 | 1 | -254/+260 |
* | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10 | Nikita Malyavin | 2021-05-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch bb-10.3-release into bb-10.4-release | Nikita Malyavin | 2021-05-05 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Merge branch bb-10.2-release into bb-10.3-release | Nikita Malyavin | 2021-05-04 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERY | Sergei Golubchik | 2021-04-27 | 1 | -2/+2 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-26 | 1 | -2/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-25 | 1 | -2/+28 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4bb-10.4-merge | Marko Mäkelä | 2021-04-25 | 1 | -2/+28 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | This commit adds the same call of st_select_lex::set_unique_exclude() that | Igor Babaev | 2021-04-24 | 1 | -0/+2 |
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-04-24 | 1 | -1/+18 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc... | Aleksey Midenkov | 2021-04-23 | 1 | -0/+17 |
| | | | * | MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SP | Igor Babaev | 2021-04-22 | 1 | -0/+2 |
* | | | | | cleanup: remove table_options and corresponding accessor function | Vicențiu Ciorbaru | 2021-04-21 | 1 | -1/+0 |
* | | | | | cleanup: Refactor select_limit in select lex | Vicențiu Ciorbaru | 2021-04-21 | 1 | -5/+4 |
* | | | | | MDEV-17339 JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -2/+1 |
* | | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result set | Sergei Petrunia | 2021-04-21 | 1 | -3/+1 |
* | | | | | MDEV-17399 Add support for JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -3/+9 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-14 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-14 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-04-14 | 1 | -1/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-04-13 | 1 | -1/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182 | Oleksandr Byelkin | 2021-04-12 | 1 | -1/+2 |
* | | | | | Revert "MDEV-13115: SKIP LOCKED postfix" | Daniel Black | 2021-04-10 | 1 | -4/+4 |
* | | | | | MDEV-13115: SKIP LOCKED postfix | Daniel Black | 2021-04-10 | 1 | -4/+4 |
* | | | | | MDEV-13115: Implement SELECT SKIP LOCKED | Daniel Black | 2021-04-08 | 1 | -1/+14 |
|/ / / / | |||||
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-03-08 | 1 | -7/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-03-08 | 1 | -7/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-22786 Crashes with nested table value constructors | Igor Babaev | 2021-03-03 | 1 | -6/+6 |
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Daniel Black | 2021-02-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4 | Daniel Black | 2021-02-25 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-24910 Crash with SELECT that uses table value constructor as a subselect | Igor Babaev | 2021-02-24 | 1 | -0/+1 |
* | | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2021-02-23 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-02-23 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-22 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins... | Sujatha | 2021-02-03 | 1 | -1/+1 |
* | | | | Trivial cleanups, no logic changes | Monty | 2020-11-26 | 1 | -3/+3 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-11-13 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-18842: Unfortunate error message when the same column is used for applic... | Nayuta Yanagisawa | 2020-11-04 | 1 | -0/+6 |
* | | | | MDEV-23825 Join select_handler and Pushdown_select + XPand changes | Alexander Barkov | 2020-09-27 | 1 | -3/+1 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-09-04 | 1 | -3/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094 | Oleksandr Byelkin | 2020-08-31 | 1 | -1/+13 |
* | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-08-04 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-08-03 | 1 | -0/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ...... | Alexander Barkov | 2020-08-01 | 1 | -0/+5 |