Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-21889 IF EXISTS clause does not work for RENAME COLUMN and RENAME INDEX | Aleksey Midenkov | 2020-04-04 | 1 | -1/+1 |
* | Added support for replication for S3 | Monty | 2020-03-24 | 1 | -2/+2 |
* | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -3/+3 |
* | perfschema sp instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -1/+1 |
* | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -3/+3 |
* | Basic LEX::print function that supports UPDATEs | Sergei Petrunia | 2020-03-07 | 1 | -0/+1 |
* | MDEV-16290 ALTER TABLE ... RENAME COLUMN syntax | Aleksey Midenkov | 2020-03-03 | 1 | -1/+2 |
* | MDEV-21702 Add a data type for privileges | Alexander Barkov | 2020-02-11 | 1 | -6/+6 |
* | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statements | Alexander Barkov | 2020-02-08 | 1 | -5/+65 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-27 | 1 | -22/+0 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-12-27 | 1 | -22/+0 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-12-27 | 1 | -22/+0 |
| | |\ | |||||
| | | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-12-23 | 1 | -22/+0 |
| | | |\ | |||||
| | | | * | MDEV-21341: Fix optimizer-related UBSAN failures, part #2 | Sergei Petrunia | 2019-12-18 | 1 | -22/+0 |
* | | | | | MDEV-20632: prerequisite: | Oleksandr Byelkin | 2019-12-27 | 1 | -1/+0 |
* | | | | | Merge 10.4 into 10.5 | Aleksey Midenkov | 2019-11-25 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-18727 improve DML operation of System Versioning (10.4) | Aleksey Midenkov | 2019-11-25 | 1 | -1/+1 |
* | | | | | MDEV-20729 Fix REFERENCES constraint in column definition | Aleksey Midenkov | 2019-11-20 | 1 | -0/+9 |
* | | | | | MDEV-21073 Collect different grammar rules into a single chunk | Alexander Barkov | 2019-11-19 | 1 | -0/+7 |
* | | | | | MDEV-21064 Add a new class sp_expr_lex and a new grammar rule expr_lexbb-anel-json-v2-alter_force-10.3 | Alexander Barkov | 2019-11-16 | 1 | -5/+37 |
* | | | | | Merge 10.4 into 10.5 | Oleksandr Byelkin | 2019-11-07 | 1 | -1/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-01 | 1 | -1/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Remove \n from DBUG_PRINT statements | Michael Widenius | 2019-10-21 | 1 | -1/+1 |
| | * | | | Fixes for binary logging --read-only mode | Monty | 2019-10-20 | 1 | -0/+8 |
| | * | | | MDEV-20074: Lost connection on update trigger | Oleksandr Byelkin | 2019-10-17 | 1 | -0/+2 |
* | | | | | MDEV-20985 Add LEX methods stmt_drop_{function|procedure}() and stmt_alter_{f... | Alexander Barkov | 2019-11-05 | 1 | -0/+14 |
* | | | | | MDEV-20924 Unify grammar rules: field_type_string and sp_param_field_type_string | Alexander Barkov | 2019-10-30 | 1 | -1/+3 |
* | | | | | MDEV-10014 Add RETURNING to INSERT | Rucha Deodhar | 2019-10-14 | 1 | -7/+14 |
* | | | | | cleanup st_select_lex_unit::explainable | Sergei Golubchik | 2019-10-14 | 1 | -9/+13 |
* | | | | | cleanup: formatting | Sergei Golubchik | 2019-10-14 | 1 | -2/+2 |
* | | | | | MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handling | Oleksandr Byelkin | 2019-10-13 | 1 | -1/+0 |
* | | | | | MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handling | Oleksandr Byelkin | 2019-10-13 | 1 | -1/+4 |
* | | | | | MDEV-20734 Allow reserved keywords as user defined type names | Alexander Barkov | 2019-10-03 | 1 | -0/+6 |
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2019-09-24 | 1 | -21/+27 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-19956 Queries with subqueries containing UNION are not parsed | Igor Babaev | 2019-09-23 | 1 | -21/+27 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-24 | 1 | -7/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-20634 Report disallowed subquery errors as such (instead of parse error) | Alexander Barkov | 2019-09-20 | 1 | -7/+5 |
* | | | | | MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations | WayneXia | 2019-08-24 | 1 | -12/+28 |
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2019-08-13 | 1 | -23/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-07-28 | 1 | -23/+13 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-07-26 | 1 | -10/+15 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 1 | -10/+15 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 1 | -10/+15 |
| | | | |\ | |||||
| | | | | * | Bug #29419820: MEMORY LEAK IN MY_YYOVERFLOW() | Gleb Shchepa | 2019-07-24 | 1 | -8/+11 |
| | | | | * | MDEV-19421 Basic 3-way join queries are not parsed. | Igor Babaev | 2019-07-11 | 1 | -2/+4 |
* | | | | | | MDEV-19994 Add class Function_collection | Alexander Barkov | 2019-07-09 | 1 | -0/+3 |
* | | | | | | MDEV-19639 + MDEV-19640 fix + preparatory changes for WL#4179 | Alexander Barkov | 2019-06-04 | 1 | -14/+37 |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-05-29 | 1 | -0/+32 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-29 | 1 | -0/+32 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-29 | 1 | -0/+32 |
| | |\ \ \ \ | | | |/ / / |