summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.h
diff options
context:
space:
mode:
authorpsergey <psergey@epc>2010-07-10 20:51:12 +0300
committerpsergey <psergey@epc>2010-07-10 20:51:12 +0300
commit946aef4a58337c6e5adf5a08d04dd397630f0c46 (patch)
treeb7798906d606a067b055d46cd20e1fc4cfc09f19 /sql/opt_subselect.h
parente9bac8db82f54d715997cceff082452c5406d36e (diff)
downloadmariadb-git-946aef4a58337c6e5adf5a08d04dd397630f0c46.tar.gz
MWL#90: code cleanup
- Remove deadcode - Improve comments - Do small several small TODOs
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r--sql/opt_subselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_subselect.h b/sql/opt_subselect.h
index b0dc4059858..5ed995f74bf 100644
--- a/sql/opt_subselect.h
+++ b/sql/opt_subselect.h
@@ -372,5 +372,5 @@ void get_delayed_table_estimates(TABLE *table,
double *scan_time,
double *startup_cost);
-bool join_tab_execution_startup(JOIN_TAB *tab);
+enum_nested_loop_state join_tab_execution_startup(JOIN_TAB *tab);