MCPcopy Create free account
hub / github.com/MariaDB/server / fix_create_fields

Method fix_create_fields

sql/handler.cc:9683–9690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9681}
9682
9683bool
9684Table_scope_and_contents_source_st::fix_create_fields(THD *thd,
9685 Alter_info *alter_info,
9686 const TABLE_LIST &create_table)
9687{
9688 return vers_fix_system_fields(thd, alter_info, create_table)
9689 || fix_period_fields(thd, alter_info);
9690}
9691
9692bool
9693Table_scope_and_contents_source_st::fix_period_fields(THD *thd,

Callers 2

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected