diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-11-05 20:44:19 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-11-05 20:44:19 +0100 |
commit | 7c5d066b397b88c9c867544d6ea034c4242d8cef (patch) | |
tree | 323a2990c7c47dcff5b8bfa65bfb5f3c89bac5d1 /sql/handler.h | |
parent | 50baafeb8bb4da172e3738512c8aa8c7ae733db6 (diff) | |
parent | b72d1507db95326119afdcb4764fa457a7f888b7 (diff) | |
download | mariadb-git-7c5d066b397b88c9c867544d6ea034c4242d8cef.tar.gz |
merge
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 1b3945d9287..a218de6a1e5 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1198,6 +1198,9 @@ public: { return inited == INDEX ? ha_index_end() : inited == RND ? ha_rnd_end() : 0; } + /** + The cached_table_flags is set at ha_open and ha_external_lock + */ Table_flags ha_table_flags() const { return cached_table_flags; } /** These functions represent the public interface to *users* of the |