pub unsafe extern "C" fn Alter_inplace_info_report_unsupported_error(
this: *const Alter_inplace_info,
not_supported: *const c_char,
try_instead: *const c_char
)
Expand description
Used after check_if_supported_inplace_alter() to report error if the result does not match the LOCK/ALGORITHM requirements set by the user.
-
not_supported
() Part of statement that was not supported. -
try_instead
() Suggestion as to what the user should replace not_supported with.