diff options
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 96764fd7f00..ad15ce5eb2c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1648,6 +1648,7 @@ public: bool need_order, bool distinct, const char *message); JOIN_TAB *first_breadth_first_tab() { return join_tab; } + bool transform_in_predicate_into_tvc(THD *thd_arg); private: /** Create a temporary table to be used for processing DISTINCT/ORDER |