summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-01-27 13:18:02 -0800
committerIgor Babaev <igor@askmonty.org>2016-01-27 13:18:02 -0800
commit5e3a1b21254411aebe5776383c610eaf29c448c5 (patch)
tree9bbea33e3c8e334f2951267bb978c4b33fa63c46 /sql/sql_select.h
parent193981aea956adf3539d7167a217f537bc892407 (diff)
downloadmariadb-git-bb-10.1-mdev8646.tar.gz
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 5e26054aadc..67fdd0ff6de 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -596,11 +596,6 @@ typedef struct st_join_table {
void save_explain_data(Explain_table_access *eta, table_map prefix_tables,
bool distinct, struct st_join_table *first_top_tab);
-#if 0
- void update_explain_data(uint idx);
-#endif
-
- bool prepare_scan();
bool use_order() const; ///< Use ordering provided by chosen index?
bool sort_table();
bool remove_duplicates();