summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-311-2/+4
* Merge 10.3 into 10.4Marko Mäkelä2020-08-101-1/+10
|\
| * Merge mariadb-10.3.24Marko Mäkelä2020-08-101-1/+2
| |\
| * | MDEV-22022 Various mangled SQL statements will crash 10.3 to 10.5 debug buildsAlexander Barkov2020-08-041-1/+10
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-2/+35
|\ \ \ | | |/ | |/|
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+2
| |\ \ | | |/ | |/|
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+2
| | |\
| | | * MDEV-23221: A subquery causes crashSergei Petrunia2020-07-241-1/+2
| * | | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+33
* | | | fix obvious bugs hidden by current_select assigned to builtin selectOleksandr Byelkin2020-07-281-4/+5
* | | | MDEV-21998: Server crashes in st_select_lex::add_table_to_list upon mix of KI...Oleksandr Byelkin2020-07-281-4/+10
* | | | MDEV-21997 Server crashes in LEX::create_item_ident_sp upon use of unknown id...Oleksandr Byelkin2020-07-221-0/+7
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-151-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-131-1/+3
* | | | 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