| 9681 | } |
| 9682 | |
| 9683 | bool |
| 9684 | Table_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 | |
| 9692 | bool |
| 9693 | Table_scope_and_contents_source_st::fix_period_fields(THD *thd, |
no outgoing calls
no test coverage detected