diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2014-06-03 17:59:01 +0400 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2014-06-03 17:59:01 +0400 |
commit | 5621aa3230a60c97111f52c03dc31ce7b57d70d6 (patch) | |
tree | 6e90f93bc438ae0a97757dbca19ddf05665a431a /sql/sql_select.h | |
parent | 0925ab9d88f4328810d25392333a4cac11c6e694 (diff) | |
download | mariadb-git-5621aa3230a60c97111f52c03dc31ce7b57d70d6.tar.gz |
MDEV-406: ANALYZE $stmt
- Support tracking for UNIONs, temporary-table based ORDER BYs,
and both.
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 66d7b007bbb..e31767f8835 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -251,7 +251,7 @@ typedef struct st_join_table { /* Special content for EXPLAIN 'Extra' column or NULL if none */ enum explain_extra_tag info; - Explain_table_access *explain; + Table_access_tracker *tracker; /* Bitmap of TAB_INFO_* bits that encodes special line for EXPLAIN 'Extra' column, or 0 if there is no info. |