diff options
author | timour@mysql.com <> | 2005-08-12 19:27:54 +0300 |
---|---|---|
committer | timour@mysql.com <> | 2005-08-12 19:27:54 +0300 |
commit | 354ce1d0244d647922521a1fa3fc7249815bf232 (patch) | |
tree | 47cfdff5ea22001b614037779ee931abbc209636 /sql/sql_class.h | |
parent | 2316f8cb337b0f2ee1d83908df405bd4bf96178e (diff) | |
parent | a247282aa6270e809f4ad3f5205dc79ca7be8ec0 (diff) | |
download | mariadb-git-354ce1d0244d647922521a1fa3fc7249815bf232.tar.gz |
Merge mysql.com:/home/timka/mysql/src/5.0-virgin
into mysql.com:/home/timka/mysql/src/5.0-2486-merge
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 5d3361d6c51..cdd655aec4c 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1225,6 +1225,12 @@ public: ulonglong limit_found_rows; ha_rows cuted_fields, sent_row_count, examined_row_count; + /* + The set of those tables whose fields are referenced in all subqueries + of the query. + TODO: possibly this it is incorrect to have used tables in THD because + with more than one subquery, it is not clear what does the field mean. + */ table_map used_tables; USER_CONN *user_connect; CHARSET_INFO *db_charset; |