diff options
author | Alexander Barkov <bar@localhost.localdomain> | 2018-10-25 12:07:23 +0400 |
---|---|---|
committer | Alexander Barkov <bar@localhost.localdomain> | 2018-10-25 14:07:31 +0400 |
commit | 3e47b41a16b5e2212290e719dc101ea46de8e400 (patch) | |
tree | c1466a1769f2f3b386e4df433b4084dddfdb24f8 /sql/handler.cc | |
parent | 554ce5a0ccc64881e04da69d7a2da3ace60589a6 (diff) | |
download | mariadb-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.cc | 2 |
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; |