summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-7/+10
|\
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-021-7/+10
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-31/+30
* | Fixed mdev-15017 Server crashes in in st_join_table::fix_splittingIgor Babaev2018-01-291-6/+3
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-0/+66
|\ \ | |/
| * MDEV-15107 Add virtual Field::sp_prepare_and_store_item(), make sp_rcontext s...Alexander Barkov2018-01-291-0/+64
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-0/+2
| |\
| | * Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-241-1/+9
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-01-231-1/+9
| |\ \ | | |/
| | * MDEV-13352: Server crashes in st_join_table::remove_duplicatesSergei Petrunia2018-01-221-1/+9
* | | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-3/+3
|\ \ \
| * \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-3/+3
| | |\ \ | | | |/
| | | * Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'Sachin Setiya2018-01-071-3/+3
* | | | Revert "MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of...Sergei Golubchik2018-01-171-4/+0
* | | | MDEV-14816 Assertion `join->best_read < double(1.797...e+308L)` failed in boo...Eugene Kosov2018-01-121-6/+1
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-260/+56
|\ \ \ \ | |/ / /
| * | | 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
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+16
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+16
| | |\ \ | | | |/
| | | * MDEV-13683: crash in Item_window_func::update_used_tablesVicențiu Ciorbaru2017-12-281-0/+16
| * | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-259/+39
* | | | SQL: error messagesSergei Golubchik2018-01-091-16/+3
* | | | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-68/+6
* | | | MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer...Aleksey Midenkov2018-01-011-0/+4
* | | | MDEV-14751 Server crashes in TABLE::versioned on 2nd execution of SP [fixes #...Aleksey Midenkov2017-12-261-0/+6
* | | | SQL: SP forced invalidate via 0Aleksey Midenkov2017-12-261-1/+1
* | | | MDEV-14689 Server crashes in find_field_in_tables on 2nd execution of PS with...Eugene Kosov2017-12-211-6/+18
* | | | MDEV-14686 Server crashes in Item_field::used_tables on 2nd call of SP [fixes...Aleksey Midenkov2017-12-211-43/+9
* | | | MDEV-14676 Redundancy in error codesAleksey Midenkov2017-12-191-2/+2
* | | | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-3/+8
* | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-35/+59
* | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-0/+21
|\ \ \ \
| * | | | if a table is partitioned by system_time, its partitions are not versionedSergei Golubchik2017-12-131-0/+21
* | | | | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | SQL: unit resolution Item_field not yet accessible [fixes #398]Aleksey Midenkov2017-12-141-0/+4
* | | | | MDEV-14645: AS OF TIMESTAMP is misused as TRX_ID [fixes #396]Aleksey Midenkov2017-12-141-0/+42
* | | | | SQL: inner/outer system_time consistency [fixes #384]Aleksey Midenkov2017-12-141-19/+25
* | | | | SQL: VIEW system fields propagation removed [fixes #393]Aleksey Midenkov2017-12-131-28/+13
* | | | | SQL: recursive CTE inner derived vers_conditions [fix #385]Aleksey Midenkov2017-12-131-8/+16
* | | | | Cleanup: unwrapped large block in vers_setup_conds()Aleksey Midenkov2017-12-131-162/+162
* | | | | MDEV-14631 Assertion `!sys_trx_start && !sys_trx_end' failed in crete_tmp_tableEugene Kosov2017-12-121-4/+0
* | | | | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-1/+3
* | | | | SQL: RIGHT JOIN in derived [fix #383]Aleksey Midenkov2017-12-121-14/+25
| |/ / / |/| | |
* | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-9/+43
|\ \ \ \ | |/ / /
| * | | Add direct join support for SpiderMonty2017-12-031-5/+7
| * | | Adding Full Text Search support to partitionsMonty2017-12-031-1/+1