diff options
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r-- | sql/sql_explain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h index 6a3e6c25a61..a428dd8befa 100644 --- a/sql/sql_explain.h +++ b/sql/sql_explain.h @@ -215,11 +215,13 @@ public: ops_tracker(is_analyze) {} +#if 0 /* This is used to save the results of "late" test_if_skip_sort_order() calls that are made from JOIN::exec */ void replace_table(uint idx, Explain_table_access *new_tab); +#endif public: const char *select_type; |