summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19162 anonymous derived tables partbb-10.6-MDEV-19162-anonymous_derivedOleksandr Byelkin2020-11-171-0/+10
* Merge 10.4 into 10.5Marko Mäkelä2020-11-131-14/+21
|\
| * MDEV-24098 CREATE USER/ALTER USER PASSWORD EXPIRE/LOCK in either orderDaniel Black2020-11-041-14/+21
* | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-73/+68
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-10-291-73/+67
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-10-281-69/+63
| | |\
| | | * precedence bugfixingSergei Golubchik2020-10-231-55/+60
* | | | parser optimizationSergei Golubchik2020-10-241-5/+6
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-1/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-1/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+3
| | |\ \ | | | |/
| | | * MDEV-18163 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Oleksandr Byelkin2020-10-061-0/+2
| * | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-0/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-14/+49
|\ \ \ \ | |/ / /
| * | | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-311-13/+72
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-4/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-4/+8
| |\ \ \ | | |/ /
| | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-4/+8
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-25/+23
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-26/+24
| |\ \ \ | | |/ /
| | * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-26/+24
| * | | fix obvious bugs hidden by current_select assigned to builtin selectOleksandr Byelkin2020-07-281-9/+14
* | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-1/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-081-2/+2
|\ \ \ \ | |/ / /
* | | | MDEV-20366 Server crashes in get_current_user upon SET PASSWORD via SPAlexander Barkov2020-05-301-36/+25
* | | | MDEV-22625 SIGSEGV in intern_find_sys_var (optimized builds)Alexander Barkov2020-05-291-11/+22
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2020-05-191-2/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-191-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-2/+2
* | | | Added support for VISIBLE attribute for indexes in CREATE TABLEMonty2020-04-191-0/+6
* | | | MDEV-21889 IF EXISTS clause does not work for RENAME COLUMN and RENAME INDEXAleksey Midenkov2020-04-041-4/+4
* | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-11/+43
* | | | Added FLUSH THREADSMonty2020-03-241-0/+4
* | | | Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-241-3/+5
* | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-0/+3
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-9/+29
|\ \ \ \ | |/ / /
| * | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-2/+2
| | |\ \ | | | |/
| | | * MDEV-17941 ALTER USER IF EXISTS does not work, although documentation says it...Alexey Botchkov2020-02-111-2/+2
| | | * Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-1/+1
| | | |\
| | | | * MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-141-1/+1
| | * | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-1/+1
| * | | | MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-261-7/+27
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-3/+19
* | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-3/+25
* | | | | Fixed signed/unsigned error on WindowsSergey Vojtovich2020-03-091-1/+2
* | | | | Attempt fixing build failure on WindowsSergey Vojtovich2020-03-091-2/+2