summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-1/+6
|\ \ \ \ | |/ / /
| * | | MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-1/+6
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-32/+28
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-18/+20
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-16/+19
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-16/+19
| | | |\
| | | | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-24/+25
* | | | | MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_listbb-10.4-MDEV-20108Oleksandr Byelkin2019-07-241-1/+1
* | | | | MDEV-19996 Bison grammar: turn singe-character operators into <kwd>Alexander Barkov2019-07-091-15/+15
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-35/+73
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-35/+73
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-44/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-45/+22
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-33/+19
| | |\ \ \ | | | |/ /
| | | * | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-33/+19
* | | | | MDEV-19637 Crash on an SP variable assignment to a wrong subselectAlexander Barkov2019-05-301-1/+17
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-221-5/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-6/+1
* | | | | MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-211-6/+2
* | | | | MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-211-12/+3
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-16/+19
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16872 Add CAST(expr AS FLOAT)Alexander Barkov2019-05-161-0/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-16/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-17/+20
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-17/+20
| | | |\ \ | | | | |/
| | | | * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-1/+1
| | | | * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-5/+5
| | | | * cleanupSergei Golubchik2019-04-241-13/+16
| * | | | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-5/+15
* | | | | generalize the error messageSergei Golubchik2019-05-181-1/+1
* | | | | MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-061-3/+14
* | | | | MDEV-18117: Crash with Explain extended when using limit rows examinedVarun Gupta2019-05-031-1/+1
* | | | | Adding missing ';' at the end of a ruleAlexander Barkov2019-04-171-0/+1
* | | | | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-041-1/+7
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-2/+3
| | |\ \ \ | | | |/ /
| | | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-2/+2
| | | * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-0/+1
| | * | | the opt_constraint_no_id should not have the lex_str type.Alexey Botchkov2019-02-061-1/+1
* | | | | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-0/+9
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-113/+52
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-35/+24
* | | | | MDEV-18358: Server crash when using SET STATEMENT max_statement_timeOleksandr Byelkin2019-03-051-2/+1
* | | | | MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sq...Alexander Barkov2019-03-041-44/+10
* | | | | MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-03-031-46/+23