summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-06-27 23:38:56 +0400
committerSergey Petrunya <psergey@askmonty.org>2011-06-27 23:38:56 +0400
commit4480642624a7000f0bbd86a2ae9f4193592d1699 (patch)
tree61e01b102c96bf8fbe02bb0496ff5b9e555eb910 /sql/opt_subselect.cc
parentcb164640be1afda99b708cb778adca5834957ac3 (diff)
downloadmariadb-git-4480642624a7000f0bbd86a2ae9f4193592d1699.tar.gz
Added TODO comments
Diffstat (limited to 'sql/opt_subselect.cc')
-rw-r--r--sql/opt_subselect.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/opt_subselect.cc b/sql/opt_subselect.cc
index 43fa4614ac1..db7290af662 100644
--- a/sql/opt_subselect.cc
+++ b/sql/opt_subselect.cc
@@ -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