summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-05-051-5/+15
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-5/+15
| |\
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-4/+14
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-4/+14
| | | |\
| | | | * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSMaheedhar PV2020-04-291-4/+14
| | * | | Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-2/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-141-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-4/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21673 Calling stored procedure twice in the same session causes MariaDB ...Igor Babaev2020-04-041-4/+6
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-03-111-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15724 - Possible crash in parserAleksey Midenkov2020-03-111-0/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-201-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21341: Fix UBSAN failures: Issue Sixbb-10.3-mdev21341-issueSixSergei Petrunia2020-01-121-5/+5
* | | | | MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fieldsIgor Babaev2020-01-151-5/+9
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-031-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->r...Varun Gupta2019-12-261-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
* | | | | MDEV-19956: Do not dereference an uninitialized pointerMarko Mäkelä2019-10-041-3/+2
* | | | | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-184/+111
* | | | | MDEV-20634 Report disallowed subquery errors as such (instead of parse error)Alexander Barkov2019-09-201-7/+8
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-6/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18501 Partition pruning doesn't work for historical queries (fix)Aleksey Midenkov2019-09-011-4/+0
| * | | | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-011-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-0/+1
* | | | | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-121-2/+2
* | | | | MDEV-20224: main.derived crashes with ASAN with error use-after-poisonVarun Gupta2019-08-011-0/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-3/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-3/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-3/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-3/+2
| | | |\ \ | | | | |/
| | | | * MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429Oleksandr Byelkin2019-07-191-3/+2
| | | * | imporve clang buildEugene Kosov2019-06-251-3/+3
| * | | | MDEV-19175 Server crashes in ha_partition::vers_can_native upon INSERT DELAYE...Aleksey Midenkov2019-07-091-1/+1
* | | | | MDEV-19996 Bison grammar: turn singe-character operators into <kwd>Alexander Barkov2019-07-091-0/+1
* | | | | MDEV-19175 Server crashes in ha_partition::vers_can_native upon INSERT DELAYE...Aleksey Midenkov2019-07-081-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-1/+4
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-1/+4
| | | |\ \ | | | | |/
| | | | * MDEV-18479 ComplementIgor Babaev2019-05-281-1/+4
* | | | | MDEV-19540: 10.4 allow lock options with SELECT in brackets which previous ve...bb-10.4-MDEV-19540Oleksandr Byelkin2019-05-211-1/+7
* | | | | MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-211-0/+6
* | | | | MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-211-0/+16
* | | | | Removing of dead code.mariadb-10.4.5Oleksandr Byelkin2019-05-201-32/+0
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-3/+29
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /