summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-111-0/+9
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+2
|\
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | |\
| | | * MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::va...Vicențiu Ciorbaru2018-01-221-1/+1
* | | | Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'Sachin Setiya2018-01-071-2/+2
* | | | Fix out-of-date comments.Sergei Petrunia2018-01-041-1/+1
* | | | Fixed mdev-14093 Wrong result upon JOIN with INDEX with no rowsIgor Babaev2017-11-021-0/+1
* | | | 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
* | | | Fixed the bug mdev-11990.Igor Babaev2017-05-031-0/+2
* | | | 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
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-2/+3
| | |\ \ | | | |/
| | | * MDEV-10172: UNION query returns incorrect rows outside conditional evaluationOleksandr Byelkin2016-12-201-2/+3
* | | | Fixed bug mdev-9923.Igor Babaev2017-02-031-2/+2
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+3
|\ \ \ \ | |/ / /
| * | | MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-07-221-2/+3
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+1
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-1/+1
* | | | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-2/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-2/+0
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-1/+3
| * | | | Fixed bug mdev-9897.Igor Babaev2016-04-141-2/+3
| * | | | Window functions: Better class namesSergei Petrunia2016-04-061-1/+1
| * | | | MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-1/+1
| * | | | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Sergei Petrunia2016-03-281-1/+1
| |\ \ \ \
| | * | | | Make window functions computation step show up in EXPLAIN FORMAT=JSON outputSergei Petrunia2016-03-281-1/+1
| * | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-6/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Remove JOIN_TAB::used_window_func, it is not used anymoreSergei Petrunia2016-03-281-2/+0
| * | | | | Make window function computation a part of the query planSergei Petrunia2016-03-271-3/+7
| * | | | | Code cleanupSergei Petrunia2016-03-241-1/+1
| * | | | | MDEV-8646: Re-engineer the code for post-join operationsSergei Petrunia2016-03-151-8/+0
| * | | | | Cleanup: remove JOIN::table_access_tabs, top_table_access_tabs_count.Sergei Petrunia2016-02-151-21/+1
| * | | | | Post-merge fixes. win.test passes but further cleanup is needed.Sergei Petrunia2016-02-141-0/+4
| * | | | | Window functions: moving aheadSergei Petrunia2016-02-141-1/+1
| * | | | | Moved window function computation code from JOIN::exec_inner() intoSergei Petrunia2016-02-141-0/+4
| * | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-96/+234
* | | | | | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-0/+4
* | | | | | Fixed the following problem:Igor Babaev2016-07-261-0/+4
* | | | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-128/+248
* | | | | | Initial commit just to make a branch for mdev-9864Galina Shalygina2016-05-081-0/+1
| |/ / / / |/| | | |
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-5/+4
|\ \ \ \ \ | | |/ / / | |/| | |