Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2023-01-31 | 1 | -75/+16 |
|\ | |||||
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2023-01-27 | 1 | -75/+16 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2023-01-26 | 1 | -75/+16 |
| | |\ | |||||
| | | * | MDEV-30248 Infinite sequence of recursive calls when processing embedded CTE | Igor Babaev | 2023-01-23 | 1 | -75/+16 |
* | | | | Merge branch '10.5' into 10.6 | Sergei Golubchik | 2022-10-02 | 1 | -30/+70 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2022-10-02 | 1 | -30/+70 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-10-01 | 1 | -30/+70 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-29361 Infinite recursive calls when detecting CTE dependencies | Igor Babaev | 2022-09-28 | 1 | -30/+70 |
* | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-11-17 | 1 | -23/+34 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-11-17 | 1 | -23/+34 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-11-17 | 1 | -23/+34 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-11-17 | 1 | -23/+34 |
| | | |\ | |||||
| | | | * | MDEV-26825 Bogus error for query with two usage of CTE referring another CTE | Igor Babaev | 2021-11-16 | 1 | -23/+34 |
* | | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 1 | -10/+14 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 1 | -10/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -10/+14 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-22 | 1 | -1/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-26189 Missing handling of unknown column in WHERE of recursive CTE | Igor Babaev | 2021-07-21 | 1 | -1/+2 |
| | | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-07-21 | 1 | -6/+13 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-26025 Server crashes while executing query with CTE in PS/SP | Igor Babaev | 2021-07-20 | 1 | -5/+10 |
| | | | * | MDEV-26095 Infinite recursion when processing embedded recursive CTE | Igor Babaev | 2021-07-08 | 1 | -1/+3 |
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-05-24 | 1 | -133/+291 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-23886 Reusing CTE inside a function fails with table doesn't exist | Igor Babaev | 2021-05-21 | 1 | -131/+306 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-07-20 | 1 | -3/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-07-20 | 1 | -3/+7 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-26108 Crash with query referencing twice CTE that uses embedded recursiv... | Igor Babaev | 2021-07-08 | 1 | -3/+7 |
| | * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't exist | Igor Babaev | 2021-05-25 | 1 | -131/+289 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-26 | 1 | -133/+289 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igor | Igor Babaev | 2021-05-25 | 1 | -133/+289 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -1/+1 |
* | | | | | Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAME | Alexander Barkov | 2021-05-19 | 1 | -1/+1 |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -2/+2 |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -2/+2 |
* | | | | | Removed Item::common_flags and replaced it with bit fields | Michael Widenius | 2021-05-19 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-03-19 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-03-19 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-03-18 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-24597 Explicit column name error in CTE of UNION | Igor Babaev | 2021-03-10 | 1 | -0/+1 |
* | | | | Merge commit '10.4' into 10.5 | Oleksandr Byelkin | 2021-01-06 | 1 | -5/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468 | Oleksandr Byelkin | 2020-12-25 | 1 | -5/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-12-23 | 1 | -5/+22 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-20751 Permission Issue With Nested CTEs | Igor Babaev | 2020-12-17 | 1 | -2/+16 |
| | | * | MDEV-23406 Signal 8 in maria_create after recursive cte query | Igor Babaev | 2020-12-16 | 1 | -3/+4 |
| | | * | MDEV-22781 CREATE VIEW containing WITH clause Signal 11 | Igor Babaev | 2020-12-07 | 1 | -0/+1 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-06-08 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-06-08 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-06-08 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22748 MariaDB crash on WITH RECURSIVE large query | Igor Babaev | 2020-06-06 | 1 | -0/+1 |
* | | | | Don't try to open temporary tables if there are no temporary tables. | Monty | 2020-04-19 | 1 | -1/+3 |
* | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) | Oleksandr Byelkin | 2020-03-10 | 1 | -30/+106 |