summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+6
* MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-2/+3
* Merge 10.4 into 10.5Aleksey Midenkov2019-11-251-1/+1
|\
| * MDEV-20972: `or` alterative operator breaking windows buildSeth Shelnutt2019-11-221-1/+1
* | cleanup: don't pass wild_num to setup_wild()Sergei Golubchik2019-10-141-1/+0
* | MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-1/+1
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-241-1/+2
|\ \ | |/
| * MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-1/+2
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-11/+18
|\ \ | |/
| * Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-1/+1
| |\
| | * MDEV-20273 Add class Item_sum_min_maxAlexander Barkov2019-08-071-1/+1
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-10/+17
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-10/+17
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-10/+17
| | | |\
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-7/+14
| | | | |\
| | | | | * MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429Oleksandr Byelkin2019-07-191-7/+14
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-131-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-2/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-19698: Cleanup READ_RECORD::recordOleksandr Byelkin2019-06-071-2/+0
* | | | | | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-28/+30
|/ / / / /
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+10
|\ \ \ \ \ | |/ / / /
| * | | | 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
| * | | | MDEV-19452 - fix incorrect push_warning_printfVladislav Vaintroub2019-05-131-5/+8
| * | | | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-1/+1
* | | | | MDEV-19134: EXISTS() slower if ORDER BY is definedSergei Petrunia2019-05-161-6/+25
* | | | | MDEV-19134: EXISTS() slower if ORDER BY is definedSergei Petrunia2019-05-161-15/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-2/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-251-2/+7
* | | | | MDEV-19255 Server crash in st_join_table::save_explain_data or assertionIgor Babaev2019-04-191-8/+12
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-221-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery))Alexander Barkov2019-03-221-0/+6
* | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-091-2/+4
* | | | | MDEV-18145 Assertion `0' failed in Item::val_native upon SELECT subquery with...Alexander Barkov2019-01-141-2/+2
* | | | | MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-101-0/+18
* | | | | misc cleanupSergei Golubchik2018-11-201-2/+2
* | | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-2/+1
* | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-3/+3
* | | | | Fixed compile warning of windows.Oleksandr Byelkin2018-07-061-1/+1
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-9/+17
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-26/+45
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-26/+45
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-26/+45
* | | | | MDEV-16592 Change Item::with_sum_func from a member to a virtual methodAlexander Barkov2018-06-271-2/+2
* | | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-5/+5
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-10/+8
|\ \ \ \ \ | |/ / / /