summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorAlexander Barkov <bar@localhost.localdomain>2018-10-25 12:07:23 +0400
committerAlexander Barkov <bar@localhost.localdomain>2018-10-25 14:07:31 +0400
commit3e47b41a16b5e2212290e719dc101ea46de8e400 (patch)
treec1466a1769f2f3b386e4df433b4084dddfdb24f8 /sql/handler.cc
parent554ce5a0ccc64881e04da69d7a2da3ace60589a6 (diff)
downloadmariadb-git-3e47b41a16b5e2212290e719dc101ea46de8e400.tar.gz
MDEV-17542 10.3: gcc-8.0 produces lots of -Wclass-memaccess warnings in Table_scope_and_contents_source_st
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 58253b90594..897d468f2ba 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -6954,7 +6954,7 @@ bool Vers_parse_info::fix_implicit(THD *thd, Alter_info *alter_info)
return false;
}
-bool Table_scope_and_contents_source_st::vers_native(THD *thd) const
+bool Table_scope_and_contents_source_pod_st::vers_native(THD *thd) const
{
if (ha_check_storage_engine_flag(db_type, HTON_NATIVE_SYS_VERSIONING))
return true;