diff options
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 0a6702a8135..4945d433fac 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -780,7 +780,4 @@ inline bool optimizer_flag(THD *thd, uint flag) void eliminate_tables(JOIN *join); -/// psergey-mrr: -void push_index_cond(JOIN_TAB *tab, uint keyno, bool other_tbls_ok); - |