mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
MDEV-17542 10.3: gcc-8.0 produces lots of -Wclass-memaccess warnings in Table_scope_and_contents_source_st
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user