summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | MDEV-21856 - xid_t::formatID has to be constrained to 4 byte sizeSergey Vojtovich2020-03-091-1/+3
* | | | | MDEV-7318 RENAME INDEXAleksey Midenkov2020-03-031-0/+10
* | | | | MDEV-16290 ALTER TABLE ... RENAME COLUMN syntaxAleksey Midenkov2020-03-031-3/+7
* | | | | Revert "MDEV-17554 Auto-create new partition for system versioned tables with...Sergei Golubchik2020-02-271-27/+11
* | | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2020-02-251-11/+27
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-5/+5
* | | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-196/+164
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR d...Oleksandr Byelkin2020-02-051-0/+6
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-2/+2
* | | | | MDEV-20632: prerequisite:Oleksandr Byelkin2019-12-271-17/+20
* | | | | Part2: MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yyVladislav Vaintroub2019-12-041-8/+10
* | | | | Part1: MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-12-041-27/+1081