summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@sun.com>2008-11-05 20:44:19 +0100
committerMattias Jonsson <mattias.jonsson@sun.com>2008-11-05 20:44:19 +0100
commitf2f556cfc71fbceeba51a53fd6f8f900a6775c7a (patch)
tree323a2990c7c47dcff5b8bfa65bfb5f3c89bac5d1 /sql/handler.h
parent458e8f7567e8729b9bff4f40b14e7e8fd56c4f85 (diff)
parentcb6cb742f372343a3c164d88d3c1e44ab3207347 (diff)
downloadmariadb-git-f2f556cfc71fbceeba51a53fd6f8f900a6775c7a.tar.gz
merge
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h3
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