Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-03 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -3/+3 |
| |\ | |||||
| | * | Add PART_INDIRECT_KEY_FLAG | Monty | 2018-06-19 | 1 | -3/+3 |
* | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed() | Alexander Barkov | 2018-06-05 | 1 | -2/+2 |
|/ / | |||||
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | MDEV-16353 Server crash on query with CTE | Igor Babaev | 2018-05-31 | 1 | -1/+1 |
* | | Merge branch 'github/10.2' into 10.3 | Sergei Golubchik | 2018-05-22 | 1 | -1/+29 |
|\ \ | |/ | |||||
| * | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor parts | Igor Babaev | 2018-05-17 | 1 | -0/+17 |
| * | MDEV-16212 Memory leak with recursive CTE that uses global ORDER BY | Igor Babaev | 2018-05-17 | 1 | -1/+12 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-17 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ... | Varun Gupta | 2018-05-16 | 1 | -0/+1 |
* | | MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::clean... | Alexey Botchkov | 2018-05-15 | 1 | -0/+1 |
* | | MDEV-15159 NULL is treated as 0 in CTE | Igor Babaev | 2018-05-14 | 1 | -1/+11 |
* | | cleanup: versioning style fixes | Sergei Golubchik | 2018-05-12 | 1 | -3/+3 |
* | | MDEV-14820 System versioning is applied incorrectly to CTEs | Sergei Golubchik | 2018-05-12 | 1 | -26/+26 |
* | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() | Sergei Golubchik | 2018-05-12 | 1 | -5/+0 |
* | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -29/+31 |
* | | MDEV-15940 Crash when using CURSOR with VALUES() | Igor Babaev | 2018-04-21 | 1 | -1/+1 |
* | | Merge 10.2 to 10.3 | Marko Mäkelä | 2018-04-19 | 1 | -13/+18 |
|\ \ | |/ | |||||
| * | MDEV-15575 different results when using CTE and big_tables=1. | Igor Babaev | 2018-04-16 | 1 | -13/+18 |
* | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-03-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | MDEV-15478: Lost name of a explicitly named CTE column used in | Galina Shalygina | 2018-03-16 | 1 | -1/+1 |
* | | Fixed MDEV-14883 Usage of EXCEPT and INTERSECT in recursive CTE | Igor Babaev | 2018-02-22 | 1 | -1/+23 |
* | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -16/+0 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -16/+0 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -16/+0 |
| | |\ | |||||
| | | * | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -16/+0 |
| | | |\ | |||||
| | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -16/+0 |
| | | | |\ | |||||
| | | | | * | Correct TRASH() macro usage | Sergei Golubchik | 2018-01-22 | 1 | -16/+0 |
* | | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations) | Vladislav Vaintroub | 2018-02-07 | 1 | -1/+1 |
* | | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -8/+10 |
* | | | | | | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4 | Sergei Golubchik | 2018-01-17 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-11 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2018-01-11 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Fixed mdev-14879 Lost rows for query using recursive CTE | Igor Babaev | 2018-01-09 | 1 | -0/+1 |
* | | | | | | | MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer... | Sergei Golubchik | 2018-01-17 | 1 | -1/+2 |
* | | | | | | | System Versioning 1.0 pre8 | Aleksey Midenkov | 2018-01-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-05 | 1 | -3/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Fix a -Wimplicit-fallthrough warning | Marko Mäkelä | 2018-01-05 | 1 | -2/+3 |
* | | | | | | | System Versioning 1.0 pre3 | Aleksey Midenkov | 2017-12-11 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-30 | 1 | -1/+5 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Fix of result code check by Monty's request. | Oleksandr Byelkin | 2017-11-13 | 1 | -1/+2 |
| | * | | | | | MDEV-14346: incorrect result of intersect with ANY/ALL/IN subquery | Oleksandr Byelkin | 2017-11-13 | 1 | -0/+3 |
| | * | | | | | MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile... | Oleksandr Byelkin | 2017-11-13 | 1 | -5/+5 |
* | | | | | | | System Versioning 1.0pre2 | Aleksey Midenkov | 2017-11-23 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Handle failures from malloc | Michael Widenius | 2017-11-17 | 1 | -2/+6 |
* | | | | | | | SQL: VIEW of UNION [fixes #293] | Aleksey Midenkov | 2017-11-13 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-10 | 1 | -7/+11 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-14217 [db crash] Recursive CTE when SELECT includes new field | Alexander Barkov | 2017-11-05 | 1 | -7/+11 |