summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index a0c40d2765a..911eb25ba0e 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -4404,7 +4404,7 @@ public:
virtual int find_unique_row(uchar *record, uint unique_ref)
{ return -1; /*unsupported */}
- virtual bool versioned() const
+ bool native_versioned() const
{ DBUG_ASSERT(ht); return partition_ht()->flags & HTON_NATIVE_SYS_VERSIONING; }
virtual ha_rows part_records(void *_part_elem)
{ DBUG_ASSERT(0); return false; }