pub unsafe extern "C" fn handler_ha_prepare_inplace_alter_table(
this: *mut handler,
altered_table: *mut TABLE,
ha_alter_info: *mut Alter_inplace_info
) -> bool
Expand description
Public functions wrapping the actual handler call. @see prepare_inplace_alter_table()