summaryrefslogtreecommitdiff
path: root/sql/item_vers.cc
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-06-22 20:15:03 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-06-22 23:12:27 +0300
commit670b7f5fd4a4cdf82493fec56ddc6fa5de80ba90 (patch)
tree4b6636296dd26e8576fd4558b93e569a06d9eb4b /sql/item_vers.cc
parent2442a81eff012416883d401425e356f0c6e8afdd (diff)
downloadmariadb-git-670b7f5fd4a4cdf82493fec56ddc6fa5de80ba90.tar.gz
Style: API renames
part_recs_slow() -> part_records(); HTON_SUPPORTS_SYS_VERSIONING -> HTON_NATIVE_SYS_VERSIONING.
Diffstat (limited to 'sql/item_vers.cc')
-rw-r--r--sql/item_vers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_vers.cc b/sql/item_vers.cc
index 81cc3808651..eff4c15db6b 100644
--- a/sql/item_vers.cc
+++ b/sql/item_vers.cc
@@ -71,7 +71,7 @@ VTQ_common<Item_func_X>::init_hton()
hton= plugin_hton(plugin_int_to_ref(innodb_plugin));
DBUG_ASSERT(hton);
}
- if (hton && !(hton->flags & HTON_SUPPORTS_SYS_VERSIONING))
+ if (hton && !(hton->flags & HTON_NATIVE_SYS_VERSIONING))
{
my_error(ER_VERS_ENGINE_UNSUPPORTED, MYF(0), Item::name ? Item::name : this->func_name());
hton= NULL;