-
Thayumanavar S authored
An invalid utf8 character in the comment string for a column type in create/alter DDL statement causes an assert in the debug build. The fix is to validate the comment string for invalid character of the corresponding charset and return the error ER_INVALID_CHARACTER_STRING.
Thayumanavar S authoredAn invalid utf8 character in the comment string for a column type in create/alter DDL statement causes an assert in the debug build. The fix is to validate the comment string for invalid character of the corresponding charset and return the error ER_INVALID_CHARACTER_STRING.
Loading