summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12588 Add Type_handler::type_handler_for_tmp_table() and Type_handler::t...Alexander Barkov2017-04-271-17/+2
* MDEV-9217 Split Item::tmp_table_field_from_field_type() into virtual methods ...Alexander Barkov2017-04-241-6/+4
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-23/+32
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-131-1/+1
|\
| * MDEV-12379: Server crashes in TABLE_LIST::is_with_table on SHOW CREATE VIEWOleksandr Byelkin2017-04-071-1/+1
* | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+8
* | MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-1/+1
* | MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-0/+17
* | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-3/+3
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-051-10/+50
|\ \ | |/
| * Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-04-041-9/+49
| |\
| | * Fixed bug mdev-10454.Igor Babaev2017-04-031-9/+49
| * | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-311-48/+49
| |\ \ | | |/
| * | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-111-98/+175
| |\ \
| * \ \ Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-32/+29
| |\ \ \
| * | | | MariaRocks port: fix a typo in test_if_order_by_key()Sergei Petrunia2016-10-241-1/+1
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-311-50/+48
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-50/+48
| |\ \ \ \
| | * \ \ \ Merge 10.0 into 10.1Marko Mäkelä2017-03-091-41/+38
| | |\ \ \ \
| | | * \ \ \ Merge 5.5 into 10.0Marko Mäkelä2017-03-081-1/+1
| | | |\ \ \ \
| | | | * | | | MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to...Oleksandr Byelkin2017-02-281-1/+1
| | | * | | | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-40/+37
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Fixed bug mdev-7992.Igor Babaev2017-02-241-39/+34
| | | | * | | | Fixed bug mdev-9028.Igor Babaev2017-02-161-1/+3
| | * | | | | | MDEV-10731: Wrong NULL match results in "Subquery returns more than 1 row" (e...Varun Gupta2017-02-091-7/+8
* | | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-291-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed bug mdev-11907.Igor Babaev2017-03-291-0/+3
* | | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-181-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-5/+19
* | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-02-271-95/+175
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fixed bug mdev-9924.Igor Babaev2017-02-151-1/+4
| * | | | | | MDEV-10694 - SIGFPE and/or huge memory allocation in maria_create ...Sergei Petrunia2017-02-151-4/+7
| * | | | | | MDEV-10859: Wrong result of aggregate window function in query with HAVING an...Vicențiu Ciorbaru2017-02-151-3/+8
| * | | | | | MDEV-10122: MariaDB does not support group functions in some contexts where M...Vicențiu Ciorbaru2017-02-141-0/+3
| * | | | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-131-16/+44
| * | | | | | cleanup: handler::key_readSergei Golubchik2017-02-131-20/+18
| * | | | | | cleanup: style fixes, sql_join_cache.ccSergei Golubchik2017-02-131-5/+6
| * | | | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-26/+21
| * | | | | | Fixed bugs mdev-12051, mdev-10885.Igor Babaev2017-02-121-7/+15
| * | | | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-11/+28
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-11/+28
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-10232: Scalar result of subquery changes after adding an outer select stmtVarun Gupta2017-01-211-2/+3
| | | * | | | | Post merge review fixesVicențiu Ciorbaru2017-01-171-1/+1
| | | * | | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-6/+19
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-5/+18
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Fixed bug mdev-10705.Igor Babaev2017-01-051-1/+6
| | | | | * | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-0/+3
| | | | | |\ \ \
| | | | | | * | | Bug #23135667: CRASH AFTER DEEPLY NESTED BUILD_EQUAL_ITEMS_FOR_CONDChaithra Gopalareddy2016-08-181-0/+3
| | | | | * | | | MDEV-10172: UNION query returns incorrect rows outside conditional evaluationOleksandr Byelkin2016-12-201-4/+9