From 4480642624a7000f0bbd86a2ae9f4193592d1699 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Mon, 27 Jun 2011 23:38:56 +0400 Subject: Added TODO comments --- sql/opt_subselect.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/opt_subselect.cc') 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 -- cgit v1.2.1