summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Mark constant 'null_tables' with table->const_table=1Monty2017-12-021-1/+4
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+31
| |\ \ \ | | |/ /
| | * | MDEV-14517 Cleanup for Item::with_subselect and Item::has_subquery()Alexander Barkov2017-11-281-1/+1
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-201-1/+30
| | |\ \ | | | |/
| | | * Fixed MDEV-13994 Bad join results with orderby_uses_equalities=on.Igor Babaev2017-11-101-1/+30
* | | | SQL: vers_setup_select() misc refactoringAleksey Midenkov2017-12-081-64/+58
* | | | SQL: WHERE top level item [#365 bug 11]Aleksey Midenkov2017-12-081-0/+1
* | | | SQL: derived SYSTEM_TIME clash detection [closes #371]Aleksey Midenkov2017-12-081-1/+9
* | | | SQL: fix subquery not a derived table [#365 bug 9]Aleksey Midenkov2017-12-051-3/+3
* | | | SQL: outdated select_lex->where fix [#365 bug 5]Aleksey Midenkov2017-11-301-0/+2
* | | | SQL: optimized transformer fix [#365 bug 4]Aleksey Midenkov2017-11-301-2/+2
* | | | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-1/+1
* | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-94/+202
|\ \ \ \ | |/ / /
| * | | Remove not used mem_root argument from build_clone(), get_copy() and get_item...Michael Widenius2017-11-231-3/+3
| * | | Handle failures from mallocMichael Widenius2017-11-171-91/+199
* | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-11/+9