summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-10-281-69/+63
|\
| * precedence bugfixingSergei Golubchik2020-10-231-55/+60
* | 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
* | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-4/+8
* | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-26/+24
* | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-2/+2
* | MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-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-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-3/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-2/+0
|\ \ \ | |/ /
| * | MDEV-19679 - CREATE SERVER needs tweaks for compatibility with CONNECT engineAnel Husakovic2019-09-201-1/+0
* | | Adding missing semicolons to sql_yacc.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-15/+18
* | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-111-16/+37
|\ \ \ | |/ /
| * | Adding missing semicolons to sql_yacc.yy (10.2)Alexander Barkov2019-09-111-16/+38
* | | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-011-4/+4
* | | MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-111-0/+6
* | | MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-1/+6
* | | 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-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-35/+73
* | | | 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-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-6/+1
* | | | 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
* | | | 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
* | | | dirty mergeOleksandr Byelkin2019-02-071-12/+29
|\ \ \ \ | |/ / /
| * | | MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys.Alexey Botchkov2019-02-051-2/+7