Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed wrong result files in test suite | Monty | 2019-10-30 | 1 | -1/+0 |
| | |||||
* | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -0/+34 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-16 | 1 | -0/+18 |
| | | |||||
| * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-05-12 | 1 | -0/+16 |
| | | |||||
* | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW | Alexander Barkov | 2019-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Part#2 (final): rewritting the code to pass the correct enum_sp_aggregate_type to the sp_head constructor, so sp_head never changes its aggregation type later on. The grammar has been simplified and defragmented. This allowed to check aggregate specific instructions right after a routine body has been scanned, by calling new LEX methods: sp_body_finalize_{procedure|function|trigger|event}() Moving some C++ code from *.yy to a few new helper methods in LEX. | ||||
* | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-01-06 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-01-03 | 1 | -3/+3 |
| | | |||||
* | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-10-17 | 1 | -41/+41 |
|\ \ | |/ | |||||
| * | Adjusting old tests and adding new tests for "MDEV-8765: mysqldump -use ↵ | Alexander Barkov | 2018-10-12 | 1 | -41/+41 |
| | | | | | | | | utf8mb4 by default" | ||||
* | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -2/+4 |
|/ | |||||
* | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -0/+15 |
| | |||||
* | MDEV-13336: mysqldump --ignore-database address review comments | Daniel Black | 2018-04-16 | 1 | -0/+8 |
| | |||||
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+5830 |