pub unsafe extern "C" fn handler_ha_commit_inplace_alter_table(
    this: *mut handler,
    altered_table: *mut TABLE,
    ha_alter_info: *mut Alter_inplace_info,
    commit: bool
) -> bool
Expand description

Public function wrapping the actual handler call. Allows us to enforce asserts regardless of handler implementation. @see commit_inplace_alter_table()