mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 02:47:37 +02:00
Added TODO comments
This commit is contained in:
parent
cb164640be
commit
4480642624
2 changed files with 4 additions and 0 deletions
|
|
@ -4216,6 +4216,8 @@ bool JOIN::optimize_unflattened_subqueries()
|
|||
Currently there are only two possible startup functions, so we have them
|
||||
both here inside if (...) branches. In future we could switch to function
|
||||
pointers.
|
||||
|
||||
TODO: consider moving this together with JOIN_TAB::preread_init
|
||||
|
||||
RETURN
|
||||
NESTED_LOOP_OK - OK
|
||||
|
|
|
|||
|
|
@ -9479,6 +9479,8 @@ double JOIN_TAB::scan_time()
|
|||
/**
|
||||
Initialize the join_tab before reading.
|
||||
Currently only derived table/view materialization is done here.
|
||||
|
||||
TODO: consider moving this together with join_tab_execution_startup
|
||||
*/
|
||||
bool JOIN_TAB::preread_init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue