diff options
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r-- | sql/sql_select.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc index 812ac9ee8d5..79446aa304c 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -24,9 +24,7 @@ #include "mysql_priv.h" #include "sql_select.h" -#if 0 // Sergei - remove when fixed #include "opt_ft.h" -#endif #include <m_ctype.h> #include <hash.h> @@ -5049,12 +5047,6 @@ test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit) DBUG_RETURN(0); // Can't use index. } -// Sergei - remove this one when you have added opt_ft stuff -QUICK_SELECT *get_ft_or_quick_select_for_ref(TABLE *table, JOIN_TAB *tab) -{ - return get_quick_select_for_ref(table, &tab->ref); -} - static int create_sort_index(JOIN_TAB *tab,ORDER *order,ha_rows select_limit) { |