diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-06-27 23:38:56 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-06-27 23:38:56 +0400 |
commit | 4480642624a7000f0bbd86a2ae9f4193592d1699 (patch) | |
tree | 61e01b102c96bf8fbe02bb0496ff5b9e555eb910 /sql/opt_subselect.cc | |
parent | cb164640be1afda99b708cb778adca5834957ac3 (diff) | |
download | mariadb-git-4480642624a7000f0bbd86a2ae9f4193592d1699.tar.gz |
Added TODO comments
Diffstat (limited to 'sql/opt_subselect.cc')
-rw-r--r-- | sql/opt_subselect.cc | 2 |
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 |