summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+1
|\
| * Setting Field::field_index for Virtual_tmp_table fieldsAlexander Barkov2018-02-021-1/+1
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-0/+42
|\ \ | |/
| * MDEV-15107 Add virtual Field::sp_prepare_and_store_item(), make sp_rcontext s...Alexander Barkov2018-01-291-0/+42
* | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-2/+2
|\ \
| * \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-2/+2
| |\ \ | | |/
| | * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-2/+2
| | |\
| | | * Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'Sachin Setiya2018-01-071-2/+2
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-11/+71
|\ \ \ \ | |/ / /
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-1/+1
| | |\ \ | | | |/
| | | * Fix out-of-date comments.Sergei Petrunia2018-01-041-1/+1
| * | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-10/+70
* | | | SQL: RIGHT JOIN in derived [fix #383]Aleksey Midenkov2017-12-121-0/+4
* | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-1/+1
|\ \ \ \ | |/ / /
| * | | Mark constant 'null_tables' with table->const_table=1Monty2017-12-021-1/+1
* | | | SQL: vers_setup_select() misc refactoringAleksey Midenkov2017-12-081-3/+1
* | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-3/+3
|\ \ \ \ | |/ / /
| * | | Handle failures from mallocMichael Widenius2017-11-171-3/+3
* | | | System Versioning pre1.0Aleksey Midenkov2017-11-131-0/+4
|\ \ \ \ | |/ / /
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-0/+3
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-031-0/+1
| | |\ \ | | | |/
| | | * Fixed mdev-14093 Wrong result upon JOIN with INDEX with no rowsIgor Babaev2017-11-021-0/+1
| | * | Fixed compiler warning and unitialized memory warningMonty2017-11-021-0/+2
| * | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Post review changes for the optimization of IN predicates into IN subqueries.Galina Shalygina2017-09-021-1/+1
| | * | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-291-0/+1
* | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | 0.6: truncate history feature [closes #96]kevg2017-05-051-0/+3
* | | | A cleanup for MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-10-031-2/+5
* | | | Fixed the bug mdev-13709.Igor Babaev2017-09-081-1/+1
* | | | Implemented condition pushdown into derived tables / viewsIgor Babaev2017-08-121-5/+5
* | | | This is a modification of the first patch committed for mdev-13369Igor Babaev2017-08-101-1/+2
* | | | This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-101-1/+16
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-0/+8
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+8
| |\ \
| | * \ Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-0/+8
| | |\ \
| | | * \ Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-201-0/+8
| | | |\ \
| | | | * | Fixed the bug mdev-12838.Igor Babaev2017-06-071-0/+8
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed the bug mdev-11990.Igor Babaev2017-05-031-0/+2
* | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-3/+5
|/ / / /
* | | | MDEV-12416 OOM in create_virtual_tmp_table() makes the server crashAlexander Barkov2017-03-311-2/+15
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-8/+8
* | | | MDEV-10694 - SIGFPE and/or huge memory allocation in maria_create ...Sergei Petrunia2017-02-151-1/+1
* | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-131-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+5
| |\ \ \ | | |/ /