-
Shaohua Wang authored
CAUSES SERVER CRASH we allow max token size up to 84 in both MyISAM and InnoDB, but we suppose max multiple-bytes char length is 3 bytes, which is not true. We support 4 bytes chars, e.g. in utf8mb4. So inserting a token of 84 4-bytes chars will cause server crash. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> Reviewed-by:
Xing Zhang <xing.z.zhang@oracle.com> RB: 11210
Shaohua Wang authoredCAUSES SERVER CRASH we allow max token size up to 84 in both MyISAM and InnoDB, but we suppose max multiple-bytes char length is 3 bytes, which is not true. We support 4 bytes chars, e.g. in utf8mb4. So inserting a token of 84 4-bytes chars will cause server crash. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> Reviewed-by:
Xing Zhang <xing.z.zhang@oracle.com> RB: 11210
Loading