Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-25 | 1 | -0/+6 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-07-23 | 1 | -0/+6 |
| |\ | |||||
| | * | MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and... | Sachin | 2018-07-18 | 1 | -0/+6 |
* | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -4/+4 |
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-03 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | MDEV-16473 WITH statement throws 'no database selected' error | Sergei Golubchik | 2018-06-28 | 1 | -8/+6 |
| | * | This is another attempt to fix mdev-16473. | Igor Babaev | 2018-06-28 | 1 | -1/+1 |
| | * | Correction for the patch to fix mdev-16473. | Igor Babaev | 2018-06-26 | 1 | -1/+1 |
| | * | MDEV-16473 WITH statement throws 'no database selected' error | Igor Babaev | 2018-06-26 | 1 | -0/+8 |
| | * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-06-21 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2018-06-12 | 1 | -0/+3 |
| | | |\ | |||||
| | | | * | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-06-10 | 1 | -0/+3 |
| | | | |\ | |||||
| | | | | * | Catch of OOM situation. | Oleksandr Byelkin | 2018-06-06 | 1 | -0/+3 |
* | | | | | | MDEV-16592 Change Item::with_sum_func from a member to a virtual method | Alexander Barkov | 2018-06-27 | 1 | -1/+1 |
* | | | | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed() | Alexander Barkov | 2018-06-05 | 1 | -2/+2 |
* | | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-06-05 | 1 | -10/+7 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -10/+7 |
* | | | | | | cleanup: remove TABLE::vcol_set | Sergei Golubchik | 2018-06-04 | 1 | -33/+8 |
|/ / / / / | |||||
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-29 | 1 | -2/+8 |
|\ \ \ \ \ | |/ / / / | |||||
* | | | | | Merge branch 'github/10.2' into 10.3 | Sergei Golubchik | 2018-05-22 | 1 | -18/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-20 | 1 | -18/+28 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-19 | 1 | -18/+28 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ... | Sergei Golubchik | 2018-05-19 | 1 | -1/+1 |
| | | * | | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ... | Monty | 2018-05-16 | 1 | -18/+28 |
* | | | | | MDEV-14853 Grant does not work correctly when table contains... | sachin | 2018-05-18 | 1 | -2/+2 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-17 | 1 | -3/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ... | Varun Gupta | 2018-05-16 | 1 | -3/+6 |
* | | | | | MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::clean... | Alexey Botchkov | 2018-05-15 | 1 | -0/+13 |
* | | | | | cleanup: versioning style fixes | Sergei Golubchik | 2018-05-12 | 1 | -2/+2 |
* | | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-05-11 | 1 | -3/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-10 | 1 | -3/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-05 | 1 | -3/+0 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ... | Sergei Golubchik | 2018-04-26 | 1 | -3/+0 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -38/+41 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-04-24 | 1 | -6/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | register keyword c++17 warning | Eugene Kosov | 2018-04-24 | 1 | -1/+1 |
| * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-04-24 | 1 | -5/+21 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-04-24 | 1 | -5/+21 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc() | Sergei Golubchik | 2018-04-21 | 1 | -1/+2 |
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ... | Sergei Golubchik | 2018-04-20 | 1 | -4/+19 |
* | | | | | Remove compiler warnings | Michael Widenius | 2018-04-16 | 1 | -1/+3 |
* | | | | | Merge remote-tracking branch '10.2' into 10.3 | Vicențiu Ciorbaru | 2018-04-12 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-15769: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'... | Sergei Petrunia | 2018-04-07 | 1 | -1/+2 |
* | | | | | dead code - related to vtmd | Sergei Golubchik | 2018-04-10 | 1 | -25/+4 |
* | | | | | Fix for MDEV-14831 | Monty | 2018-04-02 | 1 | -1/+1 |
* | | | | | compilation w/o partitioning | Sergei Golubchik | 2018-03-30 | 1 | -13/+13 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-03-29 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-15472: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'... | Sergei Petrunia | 2018-03-29 | 1 | -1/+1 |
* | | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibility | Alexander Barkov | 2018-02-25 | 1 | -2/+31 |