diff options
author | Igor Babaev <igor@askmonty.org> | 2012-09-08 22:36:55 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-09-08 22:36:55 -0700 |
commit | 8c131f1262099d4088f3c83642bd09cd83aab148 (patch) | |
tree | 9d8351d4eb6bc7603b5225016747078038d506aa /sql/table.h | |
parent | 92eadf641590560cbc29ece9c37c7ed493a89468 (diff) | |
parent | 22de18ddcb97640f8f90c1c88d1dcd795ba1070f (diff) | |
download | mariadb-git-8c131f1262099d4088f3c83642bd09cd83aab148.tar.gz |
Merge 5.5 -> mwl248
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index e52a1858916..8e18f065d79 100644 --- a/sql/table.h +++ b/sql/table.h @@ -1949,6 +1949,7 @@ struct TABLE_LIST TABLE_LIST *find_underlying_table(TABLE *table); TABLE_LIST *first_leaf_for_name_resolution(); TABLE_LIST *last_leaf_for_name_resolution(); + TABLE *get_real_join_table(); bool is_leaf_for_name_resolution(); inline TABLE_LIST *top_table() { return belong_to_view ? belong_to_view : this; } |