Skip to content
  • Thayumanavar S's avatar
    b405c0c8
    BUG#28972424 - ASSERTION `RC == TYPE_OK` FAILED. · b405c0c8
    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.
    b405c0c8
    BUG#28972424 - ASSERTION `RC == TYPE_OK` FAILED.
    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.
Loading